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.

0 votes
Hey, I'm wondering if it's possible to keep individual instances of a music switch container in time with one another? In the game I have objects that can be created at any time by the player. The creation of one of these objects posts an event to play the music switch container. This has worked fine so far, each object creates its own instance of the container no problem. However the music of the newly created objects don't stay in time with those already created. Instead the event is posted, and the container plays immediately, regardless of the timing on the other objects.

I've tried adding a parent switch container, to act as a 'global controller', and posting a play event at runtime for it. However this doesn't seem to have worked, at least with the settings I've tried.

Is there any way to do this with Wwise or are separate instances always going to be out of time with one another?

Thanks!
dans General Discussion par Andrew H. (100 points)

2 Réponses

0 votes
I'm actually looking for the same information.  Andrew, were you able to find a solution?  Does anyone else out there have any ideas on the matter?
par Scott L. (140 points)
+1 vote
Hi Andrew

I've done a bit of experimenting with this kind of stuff, and in my experience, you can only really keep layers of music in sync if they are all playing under one instance of the container.

I think I had a support email a while back that suggested that sync is only guaranteed when triggered from the same event.

One work around might be to have a global music container, with several music tracks. Each music track is essentially the music you want to play on your object.

Use states to kick off an object's music track when it spawns, and it should be in sync.
par Simon G. (1.0k points)
...