From 61defe74ce1348e77fe144d63b4686b3af6a3af3 Mon Sep 17 00:00:00 2001 From: Kalila <69767640+digisomni@users.noreply.github.com> Date: Wed, 24 Feb 2021 15:32:36 -0500 Subject: [PATCH] Update interface/src/scripting/Audio.h Co-authored-by: David Rowe --- interface/src/scripting/Audio.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/interface/src/scripting/Audio.h b/interface/src/scripting/Audio.h index 2b068b195c..707c8aac33 100644 --- a/interface/src/scripting/Audio.h +++ b/interface/src/scripting/Audio.h @@ -51,7 +51,7 @@ class Audio : public AudioScriptingInterface, protected ReadWriteLockable { * enabled, the input audio signal is blocked (fully attenuated) when it falls below an adaptive threshold set just * above the noise floor. * @property {boolean} noiseReductionAutomatic - true if audio input noise reduction automatic mode is enabled, - * false if in manual mode. Manual mode will allow you to use Audio.noiseReductionAutomatic + * false if in manual mode. Manual mode allows you to use Audio.noiseReductionThreshold * to set a manual sensitivity for the noise gate. * @property {number} noiseReductionThreshold - Sets the noise gate threshold before your mic audio is transmitted. * (Applies only if Audio.noiseReductionAutomatic is false.)