Low recording volume in combination with AVAudioSessionCategoryPlayAndRecord

前端 未结 7 1760
我在风中等你
我在风中等你 2020-12-04 18:30

When I set:

[[AVAudioSession sharedInstance] setCategory:
    AVAudioSessionCategoryPlayAndRecord error:NULL];

…recording and playing works

7条回答
  •  北海茫月
    2020-12-04 18:50

    Don't forget the import statement. Perhaps obvious for the more experienced programmers...

    #import 
    

提交回复
热议问题