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
The behavior I'm experiencing with Music Playlist Containers is confusing. No matter how I configure it (Sequence Continuous vs Sequence Step vs Infinite) It always plays all of its children at once. The only way that I can get the playlist to play sequentially from one segment to the next in a sequential order is to set the Loop Count to 1, eliminating its persistence.

Setting the Loop Count to 1 makes the segments play sequentially but setting it to Infinite causes all of them to play all at once.

I can't really divine what the intent here is. It seems to me that if the Playlist Container is set to Infinite and Sequence Step that it would go sequentially through its list Infinitely. Sequence Continuous yields the same exact behavior.

So how to do you actually play a Playlist Container that goes through it's list of segments in sequential order and then goes back to the beginning? Is that possible?
dans General Discussion par Michael D. (250 points)

1 Réponse

+4 votes
After a few hours of working on this I will answer my own question, for posterity.

Apparently the Exit Cue, by default, is placed at the beginning of the file. This behavior was occurring because I had defined a 3 second fade-out and 3 second fade-in as the default transition. So upon playing a new track it will immediately arrive at the Exit Cue and begin its fade while also triggering the next one because it's set to infinite loop. With a 3 second fade out and fade in Wwise manages to amass 15 instances of this track :)

I would think that Exit Cues would default at the end of the file, not the beginning.
par Michael D. (250 points)
Music tracks play all at once, but with music playlists and segments, it is, as far as I know, impossible to play them simultaneously. Is it possible you're confusing tracks and segments? If not, you might want to post a screenshot - it could be you've stumbled upon an odd bug.
...