API reference

EnableFlag Enum

Enumeration of features that can be enabled/disabled.

Enumeration Constants

MemberValueDescription
NONE
0
Everything disabled.
SIMPLE_ROOM_MODELING
2
Enable/disable simple room modeling globally. Default: disabled.
LATE_REVERBERATION
3
Enable/disable late reverbervation, requires simple room modeling enabled. Default: disabled.
RANDOMIZE_REVERB
4
Randomize reverb parameters to diminish artifacts. Output sounds perceptually better when enabled but can complicate unit testing. Default: enabled.
PERFORMANCE_COUNTERS
5
Enable performance profiling (increases CPU cost slightly when enabled). Default: disabled.