Replies: 2 comments
|
for more info: On the very first play: Fix — Re-open the Decoder on Resume. the changes and comments added to the files i uploaded. |
0 replies
|
I committed a correction: suspend is not closing the decoder any more, which is consistent with the currently implemented SBC logic |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
when i use AAC decoder for Bluetooth, it works until i pause it, then there is no audi out, because you are closing the decoder and I2S stream. the AAC apparently doesn't work like SBC and the phone doesn't send the correct info to esp32 again, after pause or stop. i tried a fix, it is here. 2 files need changing.
i did NOT test SBC again, its on you! also, i am working on IDF 6.1 that has Arduino as a component. so, consider that too.
BluetoothA2DPSink.h.txt
BluetoothA2DPSink.cpp.txt
right now, it works for me.
All reactions