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.

+2 votes

The help file for the Wwise SDK 2021.1.1 says the following in Sound Integration Walkthrough > Terminate the Different Modules of the Sound Engine >Terminating Spatial Audio:

If it has been initialized, Spatial Audio should be terminated before the sound engine.

void TermSoundEngine() {
    // Terminate Spatial Audio
    AK::SpatialAudio::Term();
}

In the actual Wwise help page in the web browser, the link to the definition of AK::SpatialAudio::Term() points to AK::Comm::Term().

Looking at the AkSpatialAudio.h file, there actually isn't a Term() method declaration anywhere.

AkSpatialAudio.h - AK::SpatialAudio Definitions

So how should the Spatial Audio engine be terminated after calling AK::SpatialAudio::Init()? It seems like every other module does have a Term() method defined.

dans General Discussion par Mike P. (520 points)

Please sign-in or register to answer this question.

...