menu
 

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,

We're using Unreal 4.7.4 with integration 2014.1.3 (latest) and Authoring build 5219 and are experiencing a strange issue. When connecting Wwise in real time (remote connection) with Unreal everything sounds great. However, when playing the game without using remote connection (e.g. Standalone Game),  changes to bus volume or anything in the master-mixer hierarchy have no effect whatsoever. But changes to events, game syncs, actor-mixer, etc. work just fine.

We have saved the Wwise project, re-generated the SoundBanks within Unreal, etc. Again, event changes and whatnot work just fine- the issue is only with the master-mixer hierarchy.

Any thoughts? Thanks for your help!

 

Best,

Richard
in General Discussion by Richard L. (220 points)

1 Answer

0 votes
You should make sure to reload the SoundBanks once you have regenerated them. In the Content Browser, right click on any UAkAudioBank, and select "Refresh All Banks". This will unload and reload all auto-load SoundBanks, including the init bank.
by Benoit S. (Audiokinetic) (16.0k points)
Thanks for your help! Unfortunately that didn't work.

It seems essentially like the Master-Mixer is just not being built into the GeneratedSoundBanks within Unreal, since those changes are not reflected. Is there anything special we need to do to get that in there?

Thanks again for the help!
Some things to look out for:
- Are you generating the SoundBanks for the Windows platform? This is the platform the Editor uses for PIE mode.
- Can you check the timestamp on the .bnk files in YOUR_GAME/Content/WwiseAudio/Windows ? This is just to ensure the SoundBanks have been generated in the right place.
- Are there any error messages logged when you refresh the SoundBanks? The log can be found in Window > Developer Tools > Output Log.
We found the solution!

Strangely we were regenerating the SoundBanks from within Unreal and all the files were getting updated in WwiseAudio; each of the SoundBanks showed that it was a newly generated version. But just completely trashing that folder and regenerating again fixed it... it's like it wasn't overwriting one of the old files entirely, but it said it was. Very strange.

Sorry for the trouble- thanks again!

-Richard
...