Releases: CelliesProjects/ESP32_VS1053_Stream
Releases · CelliesProjects/ESP32_VS1053_Stream
2.1.1
What's Changed
- update to esp32 core 3.0.x - Fixes #33 by @CelliesProjects in #39
Full Changelog: 2.1.0...2.1.1
2.1.0 - Play Ogg and mp3 from local files
What's Changed
- Play files from a mounted file system by @CelliesProjects in #35
Full Changelog: 2.0.8...2.1.0
2.0.8 - Fix stream available bug
What's Changed
- Fix stream available bug. by @CelliesProjects in #32
2.0.7 - Added bufferStatus calls
What's Changed
- Disable Nagles algoritm by @CelliesProjects in #19
- Added 'bufferStatus(&used, &capacity)' by @CelliesProjects in #28
Full Changelog: 2.0.6...2.0.7
2.0.6 - Fixed Ogg playback
What's Changed
- Fix the playback of Ogg files when (re)-started with an offset. by @CelliesProjects in #16
Full Changelog: 2.0.5...2.0.6
2.0.5 - Exposed the buffer status.
const char *bufferStatus();
Returns 0/0
if there is no buffer.
Otherwise returns something like 4096/65536
which means 4kB waiting in a 64kB buffer.
A buffer will only be allocated if there is enough free psram.
NOTE: When compiling for a board with psram use the following build flags:
-mfix-esp32-psram-cache-issue
-mfix-esp32-psram-cache-strategy=memw
Full Changelog: 2.0.4...2.0.5
2.0.4 - Bugs fixed
Full Changelog: 2.0.3...2.0.4
2.0.3 - psram buffer
2.0.2
Fixed 'Content-type' header parsing.
2.0.1
Less memory use and some fixes.
Full Changelog: 2.0.0...2.0.1