La section Questions et réponses de la communauté Audiokinetic est un forum où les utilisateurs de Wwise et de Strata peuvent poser des questions et répondre à celles des autres membres de la communauté. Si vous souhaitez obtenir une réponse de la part de l'équipe de soutien technique d'Audiokinetic, veillez à utiliser le formulaire de Tickets de Soutien.

0 votes

Hi all,

I'm trying to integrate Wwise in my project. After some troubles I'm almost fine. Everythings seems to work great on PC/Windows and on PS4. When I deploy on XboxOne, there's the point!

Into AkAudioDevice.cpp, in Unreal Integration, there is a function called EnsureInitialized().
This function calls AK::SoundEngine::Init(&initSettings, &platformInitSettings); that returns AK_Fail in my case.

Documentation (comments in code) says that AK_Fail is the return value when the sound engine is already initialized or when the provided settings result in insufficient. But I did not modified anything in Wwise Plugin. Is there some trick or workaround that I am missing?

Thank you.

Best regards.

dans General Discussion par Andrea R. (270 points)

1 Réponse

0 votes
Update: can this be related to this other question? https://www.audiokinetic.com/qa/918/xb1-xdk-compatibility-of-wwise-sdk
par Andrea R. (270 points)
...