Arduino_STM32/STM32F1/libraries/Serasidis_VS1003B_STM
Teguh Sobirin 1e4fdf743a FLAC decoder patch
By uncommenting "#define USEFLAC" in VS1003_STM.h the FLAC patch will be
loaded at begin time.
2015-07-01 20:16:27 +07:00
..
examples/hello_STM Added support for SPI 2 to VS1003 library, and made a change to SPI to support other libs being able to select which SPI they want to use (issue with const in transfer() 2015-06-06 07:46:42 +10:00
src FLAC decoder patch 2015-07-01 20:16:27 +07:00
README.md Converted VS1003 lib to new lib style including keywords 2015-06-06 08:15:47 +10:00
keywords.txt Added files missing from the last commit 2015-06-06 08:16:20 +10:00
library.properties Added files missing from the last commit 2015-06-06 08:16:20 +10:00

README.md

Description

That library is for VS1003B / VS10053B WAV/MP3/AAC audio decoder. The library has been ported to work with STM32 micro-controllers.

A short Youtube video demonstration of the library can be found here. In that video I used an STM32F103C8T development board and a VS1053B mp3 decoder module.