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
Not sure if this is possible, looking for the best implementation method - trying to use a room reverb as a state effect (player enters said State, reverb turns up, player exits State, reverb turns off.)  Although I can accomplish this with States, but default, one will hear the reverb on every asset in the project it will effect when in that state, by default.  This is really annoying when editing my project file or when in the game engine manupulating akevents.

 

Is there a way to set an auxiliary bus volume to -inf by default and use a state to turn it's volume up to 0?  Doesn't seem to work for me.
in General Discussion by Matthew G. (130 points)

1 Answer

0 votes
Hi Matthew,

I'm not sure about using states for this purpose in Wwise. Mixer states for environment reverbs is the normal practice in Fmod Studio, so maybe that's where you got the idea. In that case, reverb profiles are dependant on player/listener position. Wwise handles this a bit more intuitively. Rroom environments are handled by re-routing the aux sends of a sound object to different buses. When a sound source is within a defined area, one of its aux send channels will be routed to an aux bus defined chosen in the engine. This way, only this particular sound will be affected by the reverb bus, not others.
by Richard Goulet (5.8k points)
Game calls for Aux Buses
...