Skip to content

Releases: CelliesProjects/ESP32_VS1053_Stream

2.1.0 - Play Ogg and mp3 from local files

04 Jul 11:53
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.0.8...2.1.0

2.0.8 - Fix stream available bug

10 May 13:08
f0652d2
Compare
Choose a tag to compare

What's Changed

2.0.7 - Added bufferStatus calls

25 Apr 08:53
ba57061
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.0.6...2.0.7

2.0.6 - Fixed Ogg playback

28 Sep 20:13
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.0.5...2.0.6

2.0.5 - Exposed the buffer status.

28 Sep 12:45
Compare
Choose a tag to compare
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

21 Sep 13:00
e9d8649
Compare
Choose a tag to compare

2.0.3 - psram buffer

13 Sep 13:56
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.0.2...2.0.3

2.0.2

12 Apr 13:25
6f39ea8
Compare
Choose a tag to compare

Fixed 'Content-type' header parsing.

2.0.1

11 Feb 14:02
c636099
Compare
Choose a tag to compare

Less memory use and some fixes.

Full Changelog: 2.0.0...2.0.1

2.0.0

07 Jan 14:12
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.0.2...2.0.0