You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This PR adds a ringbuffer on boards that have psram. Without psram the stream will be played straight from the HTTPClient stream buffer as before.
To override this behaviour -and have no ringbuffer- set 'VS1053_PSRAM_BUFFER' to 'false'.
A streaming library for esp32 with a separate VS1053 mp3/ogg/aac/flac/wav decoder.
6
-
This library plays mp3, ogg, aac, aac+ and flac files and streams. Supports http, https (insecure mode) and chunked audio streams.
6
+
This library plays mp3, ogg, aac, aac+ and <strike>flac</strike> files and streams. Supports http, https (insecure mode) and chunked audio streams.
7
+
8
+
If there is psram found then a 32kB ringbuffer will be allocated and used, otherwise the stream will be played straight from the HTTPClient stream buffer.
7
9
8
10
This library needs [ESP_VS1053_Library](https://github.com/baldram/ESP_VS1053_Library) to communicate with the decoder.
0 commit comments