mirror of
https://github.com/romanz/amodem.git
synced 2026-02-06 16:48:06 +08:00
config: shorten start & stop silence periods
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user