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.

0 votes
Hi. I'm using wwise in my ios application and I want to dynamically download the .wem files for my soundbank.

Is there a way to programtically get the list of .wem files associated to an event?

Something like this:

const char ** AK::SoundEngine::GetFilenameForEvent(const char * in_pszEventName)
in General Discussion by Andres S. (100 points)

1 Answer

0 votes
Try looking for SoundbanksInfo.xml under your platform's SoundBank folder.
by Beinan L. (Audiokinetic) (1.2k points)
...