Commit 0eac07bc authored by Dan Pascu's avatar Dan Pascu

Override tail_length from sipsimple

parent 64e82b88
......@@ -27,6 +27,7 @@ class AnsweringMachineSettings(SettingsGroup):
class AudioSettingsExtension(AudioSettings):
recordings_directory = Setting(type=ApplicationDataPath, default=ApplicationDataPath('recordings'))
sample_rate = Setting(type=SampleRate, default=44100)
tail_length = Setting(type=NonNegativeInteger, default=15)
class ChatSettingsExtension(ChatSettings):
......
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