Community Q&A

Welcome to Audiokinetic’s community-driven Q&A forum. This is the place where Wwise and Strata users help each other out. For direct help from our team, please use the Support Tickets page. To report a bug, use the Bug Report option in the Audiokinetic Launcher. (Note that Bug Reports submitted to the Q&A forum will be rejected. Using our dedicated Bug Report system ensures your report is seen by the right people and has the best chance of being fixed.)

To get the best answers quickly, follow these tips when posting a question:

  • Be Specific: What are you trying to achieve, or what specific issue are you running into?
  • Include Key Details: Include details like your Wwise and game engine versions, operating system, etc.
  • Explain What You've Tried: Let others know what troubleshooting steps you've already taken.
  • Focus on the Facts: Describe the technical facts of your issue. Focusing on the problem helps others find a solution quickly.

0 votes
Hi friends,

I'm attempting something rather goofy in trying to have a DAW and Wwise speak together a little bit via scripting.  I can easily generate audio files via scripting in a DAW, and I'm trying to wrap my head around the best/easiest way to import these automatically into Wwise - effectively bypassing a step for the user clicking "import".

Friends who have done this via text files have pointed me at the Wwise .wwu files, as they are editable XML.  I've discovered I can edit the .wwu's by hand and on making Wwise the active window the project will regenerate with the events I've added.

However, each event/container/etc comes with its own unique ID and short ID.  If these are generated externally and follow the convention set out in the XML ({XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX} for a unique ID for example) will that break Wwise?  Is there another, more legitimate way to automatically do this?  I'm not against programming if need be :)

Thanks!
in General Discussion by Adam C. (230 points)

Please sign-in or register to answer this question.

...