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,

I had a look in Wwise and online but didn't find anything about that. Is there a way to automatically rename containers based on their content?

Basically, if I have

Character_Voice_01

Character_Voice_02

Character_Voice_03

And I right click on those three > new parent > any container (say a Random Container, in that case), the parent container will be named "New Random Container".

Is there a way for it to be named directly "Character_Voice" based on how the items inside it are named?

If not, is that a feature that could be considered for a future update? That would save tons of time when dealing with hundreds files of dialogue.

Thanks!

in Feature Requests by Wilfried N. (100 points)

1 Answer

0 votes

This functionality does not exist directly in Wwise. However, it can be implemented quite easily with WAAPI. For the demonstration, I added the auto-rename-container in the waapi-python-tool

https://github.com/decasteljau/waapi-python-tools

by Bernard R. (Audiokinetic) (35.8k points)
edited by Bernard R. (Audiokinetic)
...