mirror of
https://github.com/lubosz/overte.git
synced 2025-04-08 19:23:58 +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 _inputLevel { 0.0f };
|
||||
bool _isMuted { false };
|
||||
bool _enableNoiseReduction;
|
||||
bool _enableNoiseReduction { true }; // Match default value of AudioClient::_isNoiseGateEnabled.
|
||||
bool _contextIsHMD { false };
|
||||
|
||||
AudioDevices* getDevices() { return &_devices; }
|
||||
|
|
Loading…
Reference in a new issue