Commit 278d33fe authored by Dan Pascu's avatar Dan Pascu

Use optimal value for the echo canceller tail length

parent 53eb5994
......@@ -26,7 +26,7 @@ class AnsweringMachineSettings(SettingsGroup):
class EchoCancellerSettingsExtension(EchoCancellerSettings):
enabled = Setting(type=bool, default=True)
tail_length = Setting(type=NonNegativeInteger, default=15)
tail_length = Setting(type=NonNegativeInteger, default=2)
class AudioSettingsExtension(AudioSettings):
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment