menu
 

La section Questions et réponses de la communauté Audiokinetic est un forum où les utilisateurs de Wwise et de Strata peuvent poser des questions et répondre à celles des autres membres de la communauté. Si vous souhaitez obtenir une réponse de la part de l'équipe de soutien technique d'Audiokinetic, veillez à utiliser le formulaire de Tickets de Soutien.

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!

dans Feature Requests par Wilfried N. (100 points)

1 Réponse

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

par Bernard R. (Audiokinetic) (35.8k points)
edité par Bernard R. (Audiokinetic)
...