AVAudioSessionCategoryPlayAndRecord with Airplay

后端 未结 4 1400
我在风中等你
我在风中等你 2021-02-03 20:03

My app uses the microphone and outputs audio, so I am setting my Audio Session to the Play and Record Category, but this seems to disable Airplay. If I set the category to Play,

4条回答
  •  再見小時候
    2021-02-03 21:01

    What AirPlay device are you trying to use? Does it have a microphone?

    If not, iOS won't present it as an option when using the PlayAndRecord category, because that device can't play and record. It would show up when using the Play category though.

    Also, if the device you are using is a Bluetooth device, have you set AVAudioSessionCategoryOptionAllowBluetooth to YES?

提交回复
热议问题