Our new developer documentation is now available. Please check it out!
OdinAPMSettings
On this page
export interface OdinAPMSettings
Properties
Name | Type | Description |
---|---|---|
echoCanceller | boolean | Enable or disable echo cancellation |
gainController | boolean | Enable or disable the gain controller |
highPassFilter | boolean | Enable or disable high pass filtering |
noiseSuppressionLevel | OdinNoiseSuppressionLevel | Set the aggressiveness of the suppression |
preAmplifier | boolean | Enable or disable the pre amplifier |
transientSuppressor | boolean | Enable or disable the transient suppressor |
voiceActivityDetection | boolean | Enables or disables voice activity detection (VAD) |
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 |