utils: cplay: Add support for ID3v2 tag skip
GitHub pull_request - edited
github at alsa-project.org
Wed Sep 7 12:22:04 CEST 2022
alsa-project/tinycompress pull request #15 was edited 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