This is the bug/patch tracker for Rockbox. Click here for more information.
Quick links: Bugs · Patches · Rockbox frontpage
FS#6326 - Gapless is borked, has artifact at track tranistion
Attached to Project:
Rockbox
Opened by Joaquim Dias (dunno) - Monday, 13 November 2006, 18:54 GMT+1
Last edited by Steve Bavin (pondlife) - Tuesday, 31 July 2007, 12:45 GMT+1
Opened by Joaquim Dias (dunno) - Monday, 13 November 2006, 18:54 GMT+1
Last edited by Steve Bavin (pondlife) - Tuesday, 31 July 2007, 12:45 GMT+1
|
DetailsRecently with most recent build and going back several builds I have noticed that there is a slight "bump" or artifact between track transitions with gapless albums/music.
H140 LAME 3.90.3 --alt-preset standard Replay Gain enabled eq enabled Crossfade DISABLED Auto Change Directory DISABLED All Voice DISABLED |
This task depends upon
Closed by Steve Bavin (pondlife)
Tuesday, 31 July 2007, 12:45 GMT+1
Reason for closing: Not a Bug
Additional comments about closing: No new input for 9 months. Reopen if it's really a problem.
Tuesday, 31 July 2007, 12:45 GMT+1
Reason for closing: Not a Bug
Additional comments about closing: No new input for 9 months. Reopen if it's really a problem.
Let the player go through the whole album as it doesn't do it with all track transitions.
If you get a chance, can you work backwards (or binary chop) and work out which date this problem started? I'll look into if I have time, but this would be useful info.
I plan to commit a patch to strip APE tags very soon (today or tomorrow).
If you are sure your files don't have APE tags, then I'm not sure what would have changed to break gapless playback.
Many Thanks
#define MAX_TRACK 32
to
#define MAX_TRACK 3
Doing this makea any problems in this area much more reproducible.
Might be unrelated, but might also help.
(Side note: *if* the behaviour of lame has changed so that --nogap isn't needed anymore it would be good if someone could adjust the wiki page accordingly, optimally also telling which versions need the flag.)
ALL my 120gigs of music is encoded to uberstandard (without -no gap), which reccommends LAME V3.90.3 --a-p s, this version of LAME was the reccommended version by the authors of LAME until recently, V3.90.3 has been superceded by .97 or suchlikes. The reason that I mention this is that I have gotten rid of my CD's as I ripped then all to mp3, so I don't have the luxury of ripping to ogg or suchlikes, even if I did have the originals I doubt I would spend the time/energy re-ripping my whole collection...bottom line...., i'm stuck with good quality/transparent mp3.
Many thanks for all your inputs.