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 have been working with a huge sound database and need to do a bulk import that will also create events for each sound.

Using the tab delimited import I managed to import all my audio files into wwise, give them the proper type and order them under the right hierarchy.

What I am struggling with is event creation. I have no issue creating Play / Stop events, but I want to create SetVoicePitch and SetVoiceVolume also however no matter the syntax I use it is rejected and creates a placeholder Play event instead.

For reference here is how I setup my tab delimited file:

Audio File Object Path Object Type Event Event Event Event
AbsolutePath\File1.wav Actor-Mixer Hierarchy\SFX\File1 Sound SFX \Events\FX\Play_File1@Play \Events\FX\Stop_File1@Stop \Events\FX\Set_Voice_Volume_File1@SetVoiceVolume \Events\FX\Set_Voice_Pitch_File1@SetVoicePitch
AbsolutePath\File2.wav Actor-Mixer Hierarchy\Voice\File2 Sound Voice \Events\Voice\Play_File2@Play \Events\Voice\Stop_File2@Stop \Events\Voice\Set_Voice_Volume_File2@SetVoiceVolume \Events\Voice\Set_Voice_Pitch_File2@SetVoicePitch

 

Regarding the last two events I tried with @SetVoiceVolume @SetVoicePitch and @Voice\SetVoiceVolume @Voice\SetVoicePitch to no avail. I know the Action type IDs are 12 and 13 from looking into the .wwu file but the tab delimited import does not seem to take direct Action type IDs into account either (tried with @12 and @13 to no avail either).

Any idea as to how I can create those missing events using my tab delimited file? 

in General Discussion by Remi P. (100 points)

Please sign-in or register to answer this question.

...