Audiokinetic's Community Q&A is the forum where users can ask and answer questions within the Wwise and Strata communities. If you would like to get an answer from Audiokinetic's Technical support team, make sure you use the Support Tickets page.

Can we copy and paste HDR Envelopes points from one sound source to another in the source editor.

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!
asked Apr 13, 2022 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. 

answered Jul 21, 2022 by Mads Maretty S. (Audiokinetic) (38,720 points)
...