earlephilhower / ESP8266Audio

Arduino library to play MOD, WAV, FLAC, MIDI, RTTTL, MP3, and AAC files on I2S DACs or with a software emulated delta-sigma DAC on the ESP8266 and ESP32
GNU General Public License v3.0
1.99k stars 433 forks source link

play audio error #588

Closed krystianmm closed 1 year ago

krystianmm commented 1 year ago

I get error when I try to open audio (mp3, wav, flac) file in code if (source->open(file.name())) ......

[ 87][E][vfs_api.cpp:29] open(): pipipi.wav does not start with /

any suggestions ? thanks

CobaltEcho commented 11 months ago

@krystianmm Did you find a solution to this? getting the same thing.