AVAudioRecorder Record method returns NO at random times

后端 未结 2 1961
一整个雨季
一整个雨季 2021-01-04 06:30

I’m currently developing an app which supports in-app audio recording. The user can get a standard tableview of locally saved audio files he/she have already recorded throug

2条回答
  •  爱一瞬间的悲伤
    2021-01-04 06:58

    Is contentURL always the same or do you generate a new one each time?

    Also could you try explicitly calling prepareToRecord before record and checking whether it succeeds or not?

提交回复
热议问题