Skip to content

MacroMachinesEngineering/Arduino-Teensy-Codec-lib

 
 

Repository files navigation

Arduino-Teensy-Codec-lib

Audiolibrary plugin, plays up to 320 kbps *.MP3, *.MP4, *.M4A, or *.AAC in software without external hardware - with only 48MHz.

Optimized for ARM Thumb2.

planned:

  • *.flac
  • streaming audio

HINT: -O2 gives much better performance

TODO:

  • detect APE-header
  • parse ID3 / APE / MP4 for extended information
  • ogg vorbis (?)

not possible: SBR (aac-HE (low bitrate)) - (not enough ram).

About

MP3/AAC/FLAC Codecs for Teensy 3.1

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 87.2%
  • C++ 7.6%
  • Assembly 3.3%
  • Objective-C 1.1%
  • Other 0.8%