mirror of
https://github.com/romanz/amodem.git
synced 2026-03-17 23:26:01 +08:00
config: increate sample buffer to 256ms.
This commit is contained in:
@@ -11,7 +11,7 @@ class Configuration(object):
|
||||
# audio config
|
||||
bits_per_sample = 16
|
||||
sample_size = bits_per_sample // 8
|
||||
samples_per_buffer = 4096
|
||||
samples_per_buffer = 8192
|
||||
|
||||
# sender config
|
||||
silence_start = 1.0
|
||||
|
||||
Reference in New Issue
Block a user