Audiokinetic's Community Q&A is the forum where users can ask and answer questions within the Wwise and Strata communities. If you would like to get an answer from Audiokinetic's Technical support team, make sure you use the Support Tickets page.

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
...