mirror of
https://github.com/google/liblc3.git
synced 2026-04-28 01:44:48 +00:00
test: Fix python encoder/decoder standalone tools
This commit is contained in:
@@ -170,9 +170,6 @@ if __name__ == "__main__":
|
||||
if len(data) != 2:
|
||||
break
|
||||
|
||||
if nframes >= 1000:
|
||||
break
|
||||
|
||||
(frame_nbytes,) = struct.unpack('=H', data)
|
||||
|
||||
print('Decoding frame %d' % nframes, end='\r')
|
||||
|
||||
Reference in New Issue
Block a user