FrankBoesing / Arduino-Teensy-Codec-lib

MP3/AAC/FLAC Codecs for Teensy 3.x
114 stars 42 forks source link

Can't find how to play mp3/aac from a serial flash chip instead of the sd card #11

Closed odinndagur closed 3 years ago

odinndagur commented 5 years ago

I might just be really oblivious about this but I can't find how to play a file that isn't either a wav or raw file from a serial flash chip. I need to try playing multiple files at once and don't have enough space for all of them to be .raw or .wav files.

Am I just being blind?