mydazy/esp_mp3_player

0.2.0

Latest
uploaded 2 days ago
Streaming MP3 player for ESP32-S3: HTTP chunked download → MP3 decode → resample → PCM out, fully PSRAM-resident, with abortable lifecycle. Audio output and HTTP transport are injected via abstract interfaces, so the component is project-agnostic.

1 example

  • basic
    Minimal ESP32-S3 example that streams a hard-coded MP3 URL to I2S using injected audio and HTTP client shims.
    2.36 KB