Community Q&A

Welcome to Audiokinetic’s community-driven Q&A forum. This is the place where Wwise and Strata users help each other out. For direct help from our team, please use the Support Tickets page. To report a bug, use the Bug Report option in the Audiokinetic Launcher. (Note that Bug Reports submitted to the Q&A forum will be rejected. Using our dedicated Bug Report system ensures your report is seen by the right people and has the best chance of being fixed.)

To get the best answers quickly, follow these tips when posting a question:

  • Be Specific: What are you trying to achieve, or what specific issue are you running into?
  • Include Key Details: Include details like your Wwise and game engine versions, operating system, etc.
  • Explain What You've Tried: Let others know what troubleshooting steps you've already taken.
  • Focus on the Facts: Describe the technical facts of your issue. Focusing on the problem helps others find a solution quickly.

0 votes
Hello!

I've created a vertical music system in Wwise with a one bar intro and the main loop. For some reason the intro overlaps with the final bar of the loop. How can I remove this overlap?
in General Discussion by Matis M. (100 points)

2 Answers

0 votes
Hi Matis, could you upload an image so I can better understand your issue?

If you haven't yet, I'd advice you to test your loop outside of Wwise, just to make sure it is a Wwise implementation issue and not something else.
by Juan Schweizer (640 points)
+2 votes

Hi!

Anything before the Entry Cue will play on top of the end of your loop. That's the expected/correc behavior. If you want the intro to only play once and then loop without it you have two simple solutions:

  1. Have your intro in a seperate file that is the first file playing in your playlist.
  2. Duplicate your Loop, in the second version remove the Pre Entry (your intro) from the second one and make it so that your complete file plays once and is followed by the second one looping.

More info here.

Hope it helps!

by Nikola Viel (1.6k points)
...