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.

why namespace AK has no "InitAkRoomVerbFX"?

0 votes

#include <AK/Plugin/AkRoomVerbFXFactory.h>      // RoomVerb

#include <AK/SoundEngine/Common/AkSoundEngine.h> // Sound engine

...

...

AK::InitAkRoomVerbFX(AK::SoundEngine::GetGlobalPluginContext());         // error  namepace AK no member InitAkRoomVerbFX ?

 

What's the reason for that?  thanks!!!

 

 

asked May 12, 2020 in General Discussion by yu x. (100 points)

Please sign-in or register to answer this question.

...