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
Hi all,

I'm wondering if anyone has experienced this before.

I've got an issue with an audio event that has been placed on a map which is duplicating on play (PIE).  

Essentially, an audio event has been dragged and dropped onto a map with auto post ticked to get it to start on play.  
When playing the level (PIE), and profiling I can see the event is being posted twice with 2 different game object IDs.  

There is only one instance of the AkAmbientSound object on the map as far as I can see, so I'm a little stumped.   

This was a test map made fresh with no sub levels.
 Any wisdom would be appreciated.  

Wwise | v2019.2.8.7432 / UE 4.25
in General Discussion by Grace D. (140 points)
We're still investigating this, but it looks like a potential engine issue.  Essentially in World.cpp, there is a function to check whether audio playback in enabled.  This should be set to false if you are on the server, but it looks like there's an issue with the execution order.  This means its not setting in time for begin play on objects, hence the duplicating of AkAmbient sounds as they are playing on both client and server.  Its causing the issue in editor, but shouldn't be in a build.

1 Answer

0 votes
So this turned out to be an issue with Unrea 4.25 itself where the execution order for checking the server wasn't completed in time.  Hence ambient sounds were playing twice (client and server).  Unreal/Epic have now done a fix for this.
by Grace D. (140 points)
Hi Grace, unfortunately, it is reproduced on UE 5.1 with wwise 2022.1.2. Can you recheck this bug, please?
...