config: shorten start & stop silence periods

This commit is contained in:
Roman Zeyde
2015-07-17 08:22:49 +03:00
parent aec1648ae7
commit f51cf8c4db

View File

@@ -12,8 +12,8 @@ class Configuration(object):
latency = 0.1
# sender config
silence_start = 1.0
silence_stop = 1.0
silence_start = 0.25
silence_stop = 0.25
# receiver config
skip_start = 0.1