Our new developer documentation is now available. Please check it out!
IOdinAudioSettings
On this page
export interface IOdinAudioSettings
Interface describing audio settings to be applied on connect.
Properties
Name | Type | Description |
---|---|---|
voiceActivityDetection | boolean | Enable or disable RNN-based voice activity detection. |
voiceActivityDetectionAttackProbability | number | Voice probability value when the VAD should engage |
voiceActivityDetectionReleaseProbability | number | Voice probability value when the VAD should disengage |
volumeGate | boolean | Enables or disables the input volume gate |
volumeGateAttackLoudness | number | Root mean square power (dBFS) when the volume gate should engage |
volumeGateReleaseLoudness | number | Root mean square power (dBFS) when the volume gate should disengage |