Questions et réponses de la communauté

Bienvenue sur le forum de questions et réponses d'Audiokinetic, propulsé par la communauté. C'est l'endroit où les utilisateurs de Wwise et Strata s'entraident. Pour obtenir une aide directe de notre équipe, veuillez utiliser la page « Tickets de soutien ». Pour signaler un bug, utilisez l'option Bug Report dans l'Audiokinetic Launcher. (Veuillez noter que les rapports de bug soumis au forum questions-réponses seront rejetés. L'utilisation de notre système de rapport de bug dédié garantit que votre rapport est vu par les bonnes personnes et a les meilleures chances d'être corrigé.)

Pour obtenir rapidement les meilleures réponses, suivez ces conseils lorsque vous posez une question :

  • Soyez précis : qu'essayez-vous de réaliser ou quel est le problème spécifique que vous rencontrez ?
  • Pensez à inclure les détails importants : incluez des détails tels que les versions de Wwise et du moteur de jeu, le système d'exploitation, etc.
  • Expliquez ce que vous avez essayé de faire : indiquez aux autres les mesures que vous avez déjà prises pour essayer de résoudre le problème.
  • Concentrez-vous sur les faits : décrivez les aspects techniques de votre problème. Se concentrer sur le problème aide les autres personnes à trouver rapidement une solution.

+3 votes
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!
dans General Discussion par Sam B. (130 points)
Anybody? Beuller?
Was this ever solved? We are running into the same issue.

2 Réponses

0 votes
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.
par Nicolas R. (150 points)
0 votes
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".
par Jérémie B. (150 points)
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
...