Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 AppRTC,它是 WebRTC 的 iOS 包装器,我需要录制视频通话的音频,以便我们以后可以在需要时播放音频。
我尝试使用AVAudioRecorder,但它只记录麦克风的输入(而不是外部扬声器)。
AVAudioRecorder
如何将对话录制到音频文件中?