In iOS 9, AVAudioPlayer will play at a reduced volume after the initialisation of VoiceProcessingIO Audio Unit

In iOS 9, AVAudioPlayer will play at a reduced volume after the initialisation of VoiceProcessingIO Audio Unit, while the category is set to PlayAndRecord.


There is a similar situation that PJSIP encountered in pre-iOS 9:
https://trac.pjsip.org/repos/ticket/1697

Please file a bug at bugreporter.apple.com

There is something new that is different from what PJSIP encountered in iOS 7.


My App will initialize VoiceProcessingIO AudioUnit firstly and then use AVAudioPlayer to play a ringtone before a voice chat. In iOS 7 and iOS 8, except the problem that PJSIP encountered, my App works fine and the volume of the ringtone is normal. But the volume of the ringtone is much lower in iOS 9.

The bug number is 23059164. Thanks for your help.

Hi,


Could you please give some information about the results of investigating this bug 23059164?


I understand that VoiceProcessingIO AudioUnit can lower output volume but where switching to RemoteIO AudioUnit everything should be reset.

But in my case the volume is lower and I have always mono sound on RemoteIO configure in stereo.

I do call AudioOutputUnitStop(), AudioUnitUninitialize() and AudioComponentInstanceDispose() before initializing and starting new instance of Audio Unit - AudioComponentFindNext(), AudioComponentInstanceNew(), AudioUnitInitialize() and AudioOutputUnitStart().

Sorry, Apple's VPIO folks said it was normal. This problem still remains unresolved. 😟

In iOS 9, AVAudioPlayer will play at a reduced volume after the initialisation of VoiceProcessingIO Audio Unit
 
 
Q