mirror of
https://github.com/romanz/amodem.git
synced 2026-04-19 04:36:02 +08:00
fix stream bugs
This commit is contained in:
@@ -25,7 +25,7 @@ def test_read():
|
||||
j = 0
|
||||
for i, buf in result:
|
||||
assert i == j
|
||||
assert len(buf) == f.SAMPLES
|
||||
assert len(buf) == f.bufsize
|
||||
j += 1
|
||||
|
||||
try:
|
||||
|
||||
Reference in New Issue
Block a user