Hi champs,
Custumer is looking for a mp3 decoder, running under linux bsp, to include entertainment audio in main application.
Any ideas ?
Thanks!
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
mpg123
enable optimizations while compiling and configuring; so the extended instruction set offloads the CPU.
add this options with your CFLAGS: -mfpu=neon
and these options while configuring:
--with-cpu=neon --enable-network=yes --with-audio=alsa --with-default-audio=alsa --enable-modules=no --with-optimization=4
CPU utilization is nearly 0% :-)
Best regards,
Wim
It should also be noted that if you are interested in using gstreamer you can enable MP3 decode by following the instructions here: