mirror of
https://git.jami.net/savoirfairelinux/jami-daemon.git
synced 2025-08-12 22:09:25 +08:00
audio: enable WebRTC noise suppression by default
Noise suppression results in higher quality audio with negligible additional latency. Change-Id: I1aad3963bed045ed10631e897dda54b6cccd8632
This commit is contained in:

committed by
Sébastien Blin

parent
54ffd0f438
commit
a834804c4d
@ -276,7 +276,7 @@ AudioPreference::AudioPreference()
|
||||
, volumemic_(1.0)
|
||||
, volumespkr_(1.0)
|
||||
, audioProcessor_("webrtc")
|
||||
, denoise_(false)
|
||||
, denoise_(true)
|
||||
, agcEnabled_(false)
|
||||
, vadEnabled_(true)
|
||||
, echoCanceller_("auto")
|
||||
|
Reference in New Issue
Block a user