Audiokinetic's Community Q&A is the forum where users can ask and answer questions within the Wwise and Strata communities. If you would like to get an answer from Audiokinetic's Technical support team, make sure you use the Support Tickets page.

The audio stutters when connected to a bluetooth head phone on iOS

0 votes
We don't find the right configuration on iPhone to run the game's audio with bluetooth headphone without stuttering and especially when the user has a other music app playing.

We want to shut down the music of the game when the user has another music app playing, at first we find what to enter in code:

platformSettings.audioSession.eCategoryOptions = AkAudioSessionCategoryOptions.AkAudioSessionCategoryOptionMixWithOthers;
platformSettings.audioSession.eCategory = AkAudioSessionCategory.AkAudioSessionCategoryAmbient;

But that makes the sounds stutter even more when using bluetooth headphone
asked Mar 4, 2019 in General Discussion by Mathieu M. (100 points)

Please sign-in or register to answer this question.

...