mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-05-29 14:12:16 +02:00
Fix noise reduction checkbox not always working
This commit is contained in:
parent
d76039387a
commit
091b666d7e
1 changed files with 1 additions and 1 deletions
|
@ -81,7 +81,7 @@ private:
|
||||||
float _inputVolume { 1.0f };
|
float _inputVolume { 1.0f };
|
||||||
float _inputLevel { 0.0f };
|
float _inputLevel { 0.0f };
|
||||||
bool _isMuted { false };
|
bool _isMuted { false };
|
||||||
bool _enableNoiseReduction;
|
bool _enableNoiseReduction { true }; // Match default value of AudioClient::_isNoiseGateEnabled.
|
||||||
bool _contextIsHMD { false };
|
bool _contextIsHMD { false };
|
||||||
|
|
||||||
AudioDevices* getDevices() { return &_devices; }
|
AudioDevices* getDevices() { return &_devices; }
|
||||||
|
|
Loading…
Reference in a new issue