![]() |
CRI ADX
Last Updated: 2025-05-07 13:34 p
|
To use binaural processing, specify CRIATOM_SOUND_RENDERER_SPATIAL as the sound renderer type ( CriAtomExAsrConfig::sound_renderer_type ) in the CriAtomExAsrConfig structure specified when initializing the library.
The code that actually specifies the sound renderer type and initializes the library is shown below.
After initializing the library, you can enable or disable binaural processing by executing the criAtomExAsr_EnableBinauralizer function.
You can also check whether binaural processing is enabled or disabled by using the criAtomExAsr_IsEnabledBinauralizer function.
The code to actually enable or disable binaural is shown below.