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
On our project, we have been customizing every HDR envelope for every SFX. When importing a lot of the same SFX types Eg. footsteps, we have to re-draw every envelope. Is there a way to do this, and if not can it be added as a feature?

Thanks!
in Feature Requests by Herschell B. (130 points)

1 Answer

0 votes
 
Best answer

Hello Herschell, 

At the moment, it's not possible to copy and paste envelopes directly in the Wwise Authoring, however, it is possible to copy and paste the envelopes in Work Units. 

Try this: 

  1. Go to SFX > HDR tab > Enable Envelope.
  2. Open Source Editor and make a custom curve. 
  3. Right-click SFX > Open Containing Folder > NameOfYourWorkUnit.wwu
  4. Open up the file with a text editor (e.g. Visual Studio Code) 
  5. Copy the SFX's <PropertyCurveList> ... </PropertyCurveList> section.
  6. Go to Work Unit of the other SFX. 
  7. Paste in the code, just below <AudioFile>NameOfSFX.wav</AudioFile>
  8. Reload Wwise.

If you pasted the envelope into an SFX that is not the same length as the first one, you will get the following error...
"The duration of the HDR envelope curve does not match the duration of the source audio file. Repairing the source will adjust the curve to fit the new duration."
... but just click the warning icon and the curve will be repaired. 

by Mads Maretty S. (Audiokinetic) (40.2k points)
...