baldram / ESP_VS1053_Library

A library for VS1053 MP3 Codec Breakout adapted for Espressif ESP8266 and ESP32 boards.
https://platformio.org/lib/show/1744/ESP_VS1053_Library
GNU General Public License v3.0
114 stars 36 forks source link

Add non-blocking playback method #98

Open episource opened 2 years ago

episource commented 2 years ago

This PR adds a non blocking variant (playNonBlocking) of playChunk. It writes as much data to the VS1053 audio buffer as possible without blocking.