FrankBoesing / Arduino-Teensy-Codec-lib

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

Todo: check free memory before playing #1

Closed FrankBoesing closed 3 years ago

FrankBoesing commented 9 years ago

FLAC can have very harsh RAM requirements at blocksize > 1024 First, have to figure out how to get frameinfo before starting first frame.. at first sight, there is no api-call (?!?)

Good for MP3+AAC too.