Fix noise reduction checkbox not always working

This commit is contained in:
David Rowe 2017-07-20 12:06:19 +12:00
parent d76039387a
commit 091b666d7e

View file

@ -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; }