2018-04-25 11:10 AM
Where to download STM32-MP3NL/DEC libraries?
Since MPEG 1 Layer 3 patent expired last year (and MPEG-2 patent expired recently in US), these libraries should be downloadable without any additional licensing.
#mp3 #mp3-stm32f4 #audio #download2018-04-26 12:17 AM
you can find the MP3 Decoder in this example:
http://www.st.com/en/embedded-software/x-cube-avs.html
(lib_mp3decoder_cortex_m7_v2.1.0.a)
2018-04-26 03:06 AM
Thank you very much, this is very helpful.
Since this library has been optimized for Cortex M7 devices, may I use it on M4 MCUs like the STM32F407
which doesnt support double precision?