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
37 stars 9 forks source link

Psram buffer #14

Closed CelliesProjects closed 10 months ago

CelliesProjects commented 10 months ago

This PR adds a 32kB playback ringbuffer on boards with psram.

To override this behaviour -and have no ringbuffer- set 'VS1053_PSRAM_BUFFER' to 'false'.

On boards without psram the streams will be played straight from the HTTPClient buffer as before.