You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When loudgaining MP3 files that have a Lyrics3v2 tag at the end, loudgain will display Error while sending a packet to the decoder for each such file (but still proceed). This is non-critical since the audio data is already fully decoded and the calculated loudness values will be correct.
This has been observed with loudgain v0.6.8.
I’m looking for a solution.
In the meantime, one could either ignore the error message or entirely remove the Lyrics3v2 tag.
Lyrics3v2 tags were used with ID3v1/ID3v1.1 in earlier times, and stored at the end of the audio data, just before the ID3v1 tag. Since ID3v2, there are special tag fields for synced and unsynced lyrics (SYLT and USLT frames in ID3v2.3 and ID3v2.4) which should be preferred.
My personal recommendation would be to remove the Lyrics3v2 tags entirely (before loudgaining), and (if needed) use USLT and SYLT for storing lyrics in MP3 files instead.
The text was updated successfully, but these errors were encountered:
When loudgaining MP3 files that have a Lyrics3v2 tag at the end, loudgain will display
Error while sending a packet to the decoder
for each such file (but still proceed). This is non-critical since the audio data is already fully decoded and the calculated loudness values will be correct.This has been observed with loudgain v0.6.8.
I’m looking for a solution.
In the meantime, one could either ignore the error message or entirely remove the Lyrics3v2 tag.
Lyrics3v2 tags were used with ID3v1/ID3v1.1 in earlier times, and stored at the end of the audio data, just before the ID3v1 tag. Since ID3v2, there are special tag fields for synced and unsynced lyrics (
SYLT
andUSLT
frames in ID3v2.3 and ID3v2.4) which should be preferred.My personal recommendation would be to remove the Lyrics3v2 tags entirely (before loudgaining), and (if needed) use
USLT
andSYLT
for storing lyrics in MP3 files instead.The text was updated successfully, but these errors were encountered: