OdinApmConfig
Per-room configuration of the ODIN audio processing module which provides a variety of smart enhancement algorithms.
Declaration
Fields
voice_activity_detection
Enables or disables voice activity detection (VAD).
Declaration
voice_activity_detection_attack_probability
Voice probability value when the VAD should engage.
Declaration
voice_activity_detection_release_probability
Voice probability value when the VAD should disengage.
Declaration
volume_gate
Enables or disables the input volume gate.
Declaration
volume_gate_attack_loudness
Root mean square power (dBFS) when the volume gate should engage.
Declaration
volume_gate_release_loudness
Root mean square power (dBFS) when the volume gate should disengage.
Declaration
echo_canceller
Enable or disable echo cancellation.
Declaration
high_pass_filter
Enable or disable high pass filtering.
Declaration
pre_amplifier
Enable or disable the pre amplifier.
Declaration
noise_suppression_level
Set the aggressiveness of the suppression.
Declaration
transient_suppressor
Enable or disable the transient suppressor.
Declaration
gain_controller
Enable or disable the gain controller.
Declaration