cancel
Showing results for 
Search instead for 
Did you mean: 

Dear all ,in my project using stm32f107 i am able to play .wav files via i2s audio codec with good quality ,now if i want to play mp3 files via i2s audio codec what should i do?

Amal
Associate III

i am using pcm 1770 i2s audio codec ...

2 REPLIES 2
berendi
Principal

You have to implement an mp3 decoder algorithm.

PMath.4
Senior III

I use https://github.com/mackron/dr_libs/blob/master/dr_mp3.h on H7, F7, and F4 and it works really well but whether the F1 has enough grunt?....