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?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-02-03 10:05 PM
This discussion is locked. Please start a new topic to ask your question.
2 REPLIES 2
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-02-04 12:56 AM
You have to implement an mp3 decoder algorithm.
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
‎2020-02-04 1:54 AM
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?....
