CelliesProjects / ESP32_VS1053_Stream

A streaming library for Arduino esp32 with a vs1053 mp3/aac/ogg/flac decoder. Plays http, https (insecure mode) and chunked streams and parses the metadata. Also plays ogg and mp3 from sdcard.
MIT License
40 stars 10 forks source link

stream stop when call setvolume(), Buffer is zero #27

Closed sameVibes closed 5 months ago

sameVibes commented 5 months ago

Hi CelliesProjects,

your code works very well but when i call the stream.setvolume function the streams stops for 1-2s. So when i call the stream.bufferStatus() there is always zero. I tried it with an ESP32 Revision V1.0 and an ESP32 mini D1 Revision V3.0.

what could be the problem or what else should I try?

Thanks in advance and greetings from Germany

sameVibes commented 5 months ago

Apparently my ESP32-WROOM-32 doesn't have a PSRAM. I've now ordered another one and will test it again