Record AVAudioPlayer output using AVAudioRecorder

后端 未结 4 716
说谎
说谎 2021-01-14 14:46

In my app the user plays a sound by pressing a button. There are several buttons which can be played simultaneously. The sounds are played using AVAudioPlayer instances. I w

4条回答
  •  感动是毒
    2021-01-14 15:12

    It is not possible to record AVAudioPlayer output as input to AVAudioRecorder for recording. You can use audio buffer to store played files and save it to a file.

提交回复
热议问题