开发者

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.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜