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.98k stars 432 forks source link

Wav to file.h #691

Open phoenix3355 opened 2 weeks ago

phoenix3355 commented 2 weeks ago

Hello, I would like some advice. I managed to get the program "PlayWAVFromPROGMEM" to work, but I don't know how to properly convert mp3 to Wav and then to file.h. I don't know the exact parameters for conversion to file.h, I'm using linux xxd. Can someone help me? Thank you