utils: cplay: Add support for ID3v2 header skip

GitHub pull_request - opened github at alsa-project.org
Wed Sep 7 12:20:29 CEST 2022


alsa-project/tinycompress pull request #15 was opened from LaurentiuM1234:

This patch will allow playing MP3 files containing ID3v2 tag at the beginning of the file.

This is done simply by parsing the ID3v2 header, extracting the header size and seeking to that position (+10 bytes from the header size which is not included in the 'header size' field of the ID3v2 header)

Signed-off-by: Laurentiu Mihalcea <laurentiu.mihalcea at nxp.com>

Request URL   : https://github.com/alsa-project/tinycompress/pull/15
Patch URL     : https://github.com/alsa-project/tinycompress/pull/15.patch
Repository URL: https://github.com/alsa-project/tinycompress


More information about the Alsa-devel mailing list