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

+3 투표
I'm trying to integrate Wwise events into Timeline for a feature set. But I'm running into an issue where when I set an event on Timeline, it is not able to associate the event with a duration. I have regenerated all the sound banks with the setting, "Generate XML Metadata" enabled. I've also made sure that the "Estimated duration" is enabled in the "Metadata Options" section. So all that data should be getting generated appropriately. In Unity in the `Wwise Picker` I have it set to populate using the `File System`.

I don't know what else to try as I just continue to get the following warning without any kind of instructions to be found:
"The duration of the Wwise event "<event name>" has not been determined. Playback for this event may be inconsistent. Ensure that the event is associated with a generated SoundBank!"

I do not know how to make sure that the event is associated with a generated soundbank as I thought it was upon generation. Any assistance will be greatly appreciated!
General Discussion Sam B. (130 포인트) 로 부터
Anybody? Beuller?
Was this ever solved? We are running into the same issue.

2 답변

0 투표
I have the same issues... The "Estimated Duration" is enable in my "Metadata Options". I also checked my "SoundbanksInfo.json" files and all the duration info are inside.
Nicolas R. (150 포인트) 로 부터
0 투표
Hey, I found why this doesn't work. There is a bug in the AkWwiseXMLBuilder at the function SerialiseSoundBank(): the node should select "Events" instead of "IncludedEvents".
Jérémie B. (150 포인트) 로 부터
Regarding this bug, Wwise fixed it in Wwise Unity Integration 2022.1.5.8242.2798  (released circa summer 2023)
WG-63156 Fixed: SoundbanksInfo.xml is not parsed or put into Unity cache.
https://www.audiokinetic.com/en/library/edge/?source=Unity&id=pg_releasenotes_2022_1_5_2798.html

The bug was that Wwise updated the .xml format from "IncludedEvents" to "Events" but not the Unity integration code, thus it still expected "IncludedEvents" and thus did not parse the events.

This bug seems to have introduced in Wwise version 2022.1
WG-57936 SoundBank generation metadata files have been overhauled: ...
https://www.audiokinetic.com/en/library/edge/?source=SDK&id=whatsnew_2022_1.html

I reported this bug via Wwise Launcher in December 2022 with number 1670h5-45645-22226-71818
...