Question
WAV file to c array (audio_sample.c)
Posted on June 14, 2016 at 23:11
Hi!, i'm trying to recreate the C array of the file ''artofgardens-instr '' that came as example in ''audio_playback_and_record'' files, but with no luck.
Does anyone knows how to do that kind of convertion? from wav/mp3/ogg to c array that the I2S can play ?.The main reason is to play some files in C array stored in the SD. (My SD wav/mp3 player doesn't works taking directly the audio file, so i want to convert it in order to save the file in flash of MCU D: )