Is there a way to record device audio on the iPhone?
AVAudioRecorder allows the recording of external au开发者_Python百科dio. However I wish to record the audio made by my application (through numerous AVAudioPlayers), is this possible on the iPhone?
If you want to record the sounds your iOS app makes, you have to use a much lower lever API, such as Audio Unit RemoteIO, or Audio Queues with raw PCM audio samples.
精彩评论