Our new developer documentation is now available. Please check it out!
OdinRoom.updateVADThresholds
On this page
updateVADThresholds(attackProbability: number, releaseProbability?: number): void
Updates thresholds for vice activity detection (between 0 and 1).
Parameters
Name | Type | Description |
---|---|---|
attackProbability | number | Voice probability value when the VAD should engage |
releaseProbability | number | Voice probability value when the VAD should disengage |
Returns
Type | Description |
---|---|
void |