menu
 

AudiokineticのコミュニティQ&AはWwiseやStrataのコミュニティ内でユーザ同士が質問・回答をし合うことができるフォーラムです。Audiokineticテクニカルサポートチームからの回答をご希望の場合は、必ず サポートチケットページ をご利用ください。

0 支持
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
Mathieu M. (100 ポイント) General Discussion

Please sign-in or register to answer this question.

...