Record AVAudioPlayer output using AVAudioRecorder

后端 未结 4 592
说谎
说谎 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:32

    It would probably be easier to help if we saw your code.

    You should also check out the following link to see if you have your AVAudioRecorder setup correctly: How do I record audio on iPhone with AVAudioRecorder?

    Although that link shows how to setup a recording from the mic, it might still be helpful to you.

提交回复
热议问题