Skip to main content
Version: 2.x

Struct NativeBindings.OdinSensitivityConfig

Sensitivity parameters for ODIN voice activity detection module configuration.

Declaration
public struct NativeBindings.OdinSensitivityConfig

Fields

enabled

Declaration
public bool enabled

attack_threshold

The threshold at which the trigger should engage.

Declaration
public float attack_threshold

release_threshold

The threshold at which the trigger should disengage.

Declaration
public float release_threshold