Skip to content
Snippets Groups Projects
Commit 4e37d448 authored by Rafaël Carré's avatar Rafaël Carré
Browse files

Audio settings : Initialize _echoCancelTailLength and _echoCancelDelay(0)

Use the minimum values used in the GUI
(GUI has been disactivated in 9d226b80)
parent 1c59af19
No related branches found
No related tags found
No related merge requests found
...@@ -499,6 +499,8 @@ AudioPreference::AudioPreference() : _cardin (atoi (ALSA_DFT_CARD)) // ALSA_DFT_ ...@@ -499,6 +499,8 @@ AudioPreference::AudioPreference() : _cardin (atoi (ALSA_DFT_CARD)) // ALSA_DFT_
, _volumespkr (atoi (DFT_VOL_MICRO_STR)) // DFT_VOL_MICRO_STR , _volumespkr (atoi (DFT_VOL_MICRO_STR)) // DFT_VOL_MICRO_STR
, _noisereduce (true) , _noisereduce (true)
, _echocancel(false) , _echocancel(false)
, _echoCancelTailLength(100)
, _echoCancelDelay(0)
{ {
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment