Page 1 of 1

Get artist a music name from MP3 file

Posted: Fri Mar 18, 2022 5:30 pm
by Emanuel Martins
While playing music using pipeline of audio decoding of ESP-ADF I need to get information about the mp3 music that is paying.

Example of code: https://github.com/espressif/esp-adf/tr ... ct_decoder

It is not clear for me that ESP-ADP libraries can easily read the music artist and music name from the info inside de MP3 file ou MP4 file or flac file.

Is it implemented in ESP-ADF a function to get music info like artist an title of MP3? (metafile data)

If I want this information, must I study the MP3 format, the flac format and MP4 format to implement the reader of that information?

Thank you.