Reverb
Reverb is an essential part of an immersive audio experience
For each audio object you have fine grained control over the reverb behaviour in your
applicatiojn by setting the reverb properties on the audio object.
To control the overall amount of reverb in the space, you can use the
setReverbAmount
method:space.setReverbAmount(50);
Externalizer
Let's bring the sources out of your head, into the space they should belong!
One of the challenges of binaural rendering is that sound sources tend to be perceived as being inside the listener's head. We therefore provide an externalizer module that greatly enhances the out-of-head feeling. This module exposes two parameters that can be tuned to achieve the desired effect:
space.setExternalizerAmount(50);
space.setExternalizerCharacter(80);