Audiokinetic의 커뮤니티 Q&A는 사용자가 Wwise와 Strata 커뮤니티 내에서 서로 질문과 답변을 하는 포럼입니다. Audiokinetic의 기술 지원팀에게 문의하고 싶으신 경우 지원 티켓 페이지를 사용해주세요.

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

0 투표
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!
문의 2022 4월 13 Feature Requests Herschell B. (130 포인트) 로 부터

1 답변

0 투표
 
우수 답변

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. 

답변 2022 7월 21 Mads Maretty S. (Audiokinetic) (39,400 포인트) 로 부터
...