Skip to content

sourceforge807/Arduino-Teensy-Codec-lib

 
 

Repository files navigation

Arduino-Teensy-Codec-lib

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

  • Optimized for ARM Thumb2.
  • Play from SD, built-in Flash or optional serial Flash (with audio-shield)
  • Flac 4-24 BIT, (Teensy <= 3.2: Blocksize 128-1024 Bytes)

planned:

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/3.2

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 77.5%
  • JavaScript 6.8%
  • HTML 5.9%
  • C++ 3.9%
  • Assembly 2.9%
  • CSS 1.9%
  • Objective-C 1.1%