mirror of
https://github.com/sle118/squeezelite-esp32.git
synced 2025-12-06 11:36:59 +03:00
stack & internal memory optimization
will need to move pthread stack to external memory at some point ...
This commit is contained in:
@@ -139,7 +139,7 @@ static decode_state opus_decompress(void) {
|
||||
info = OP(u, head, u->of, -1);
|
||||
|
||||
LOCK_O;
|
||||
output.next_sample_rate = 48000;
|
||||
output.next_sample_rate = decode_newstream(48000, output.supported_rates);
|
||||
IF_DSD( output.next_fmt = PCM; )
|
||||
output.track_start = outputbuf->writep;
|
||||
if (output.fade_mode) _checkfade(true);
|
||||
|
||||
Reference in New Issue
Block a user