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.

Listener Gain attenuation or Listener Volume Offset if Spatialization is True.

0 votes

Please add to API the ability to statically and dynamically (fade in/fade out) change Listener's gain in single and in multilistener modes. Cinematic cuts need this function to avoid amplitude and phase jumps during momentary switches between Listeners. Interpolation does not work well for ambisonic bus, multiplying audiosource to fadein/fadeout is not effective thing (and sometimes it looks like running after a train and yelling to the driver to turn down his train's sound). Gain for the Listener - optimal solution, as for a microphone.

Or, as a first approximation, the ability to do Volume Offset if Listener's Spatialization is set to True

AK::SoundEngine::SetListenerSpatialization( 0, true );

asked Jul 25, 2021 in Feature Requests by Arcady N. (100 points)
edited Jul 26, 2021 by Arcady N.

Please sign-in or register to answer this question.

...