mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2025-12-08 12:37:01 +03:00
fix opus early end on long tracks - release
This commit is contained in:
Binary file not shown.
Binary file not shown.
@@ -171,7 +171,6 @@ static decode_state opus_decompress(void) {
|
|||||||
write_buf = process.inbuf;
|
write_buf = process.inbuf;
|
||||||
);
|
);
|
||||||
|
|
||||||
//printf("processing %u frames\n", frames);
|
|
||||||
// write the decoded frames into outputbuf then unpack them (they are 16 bits)
|
// write the decoded frames into outputbuf then unpack them (they are 16 bits)
|
||||||
n = OP(u, read, u->of, (opus_int16*) write_buf, frames * channels, NULL);
|
n = OP(u, read, u->of, (opus_int16*) write_buf, frames * channels, NULL);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user