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.

Programmatically getting the list of .wem files associated to an event

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)
asked Aug 3, 2016 in General Discussion by Andres S. (100 points)

1 Answer

0 votes
Try looking for SoundbanksInfo.xml under your platform's SoundBank folder.
answered Nov 22, 2016 by Beinan L. (Audiokinetic) (1,180 points)
...