Support and General Use > Audio Playback, Database and Playlists
sansa clip v2 doesn't play lame mp3s gaplessly anymore.
Buschel:
Confirmed and understood. I want to check how and when this bug came in. As a quick fix try to do the following in apps/metadata.c:
Use
info->enc_padding = ((int)(buf[i+1]&0xF) << 8 ) | buf[i+2];
instead of
info->enc_padding = ((int)buf[i+1] << 8 ) | buf[i+2];
With this change the correct amount of padding is read from the Xing header and the sanity check is not acting.
Edit: Sad truth is -> came in with r29323 and is in v3.8 and v3.8.1. Will fix this tomorrow morning. Sorry.
marc2003:
ah fixed. thank you for taking the time to look at this. :)
Buschel:
Fixed with r29708.
Navigation
[0] Message Index
[*] Previous page
Go to full version