mirror of
https://git.jami.net/savoirfairelinux/jami-daemon.git
synced 2025-08-12 22:09:25 +08:00
* #25656: preferences: noise suppress should be off by default
This commit is contained in:
@ -292,7 +292,7 @@ AudioPreference::AudioPreference() :
|
||||
, alwaysRecording_(false)
|
||||
, volumemic_(atoi(DFT_VOL_SPKR_STR))
|
||||
, volumespkr_(atoi(DFT_VOL_MICRO_STR))
|
||||
, noisereduce_(true)
|
||||
, noisereduce_(false)
|
||||
, echocancel_(false)
|
||||
{}
|
||||
|
||||
|
Reference in New Issue
Block a user