Record and play audio simultaneously in iOS

后端 未结 3 1198
有刺的猬
有刺的猬 2021-01-11 17:12

I am trying to play the recorded content simultaneously while recording. Currently I am using AVAudioRecorder for recording and AVAudioPlayer for p

3条回答
  •  抹茶落季
    2021-01-11 17:25

    You'll need to use AudioUnits if you want real-time monitoring of your audio input.

    • Apple's Audio Unit Hosting Guide
    • Tutorial on configuring the Remote I/O Audio Unit

提交回复
热议问题