An open API service indexing awesome lists of open source software.

https://github.com/madskjeldgaard/teensyaudiofileplayerlibrary

A convenience library for playing audio files from an SD card on the Teensy platform
https://github.com/madskjeldgaard/teensyaudiofileplayerlibrary

arduino audio platformio platformio-arduino teensy

Last synced: 9 months ago
JSON representation

A convenience library for playing audio files from an SD card on the Teensy platform

Awesome Lists containing this project

README

          

# Teensy Audio File Player

A convenience library for playing audio files from an SD card on the Teensy platform.

The libraries classes take care of setting up the SD card, reading all the files in the folder and then provides a simple interface for playing them, choosing the next file, previous, shuffling, etc.

See the examples for more information.

Supported file types are FLAC, MP3, WAV and AAC.