This is the bug/patch tracker for Rockbox. Click here for more information.
Quick links: Bugs · Patches · Rockbox frontpage
FS#5909 - Likely file system bug
Attached to Project:
Rockbox
Opened by Michael Sevakis (MikeS) - Thursday, 31 August 2006, 04:59 GMT+2
Last edited by Steve Bavin (pondlife) - Monday, 02 October 2006, 09:34 GMT+2
Opened by Michael Sevakis (MikeS) - Thursday, 31 August 2006, 04:59 GMT+2
Last edited by Steve Bavin (pondlife) - Monday, 02 October 2006, 09:34 GMT+2
|
DetailsI've talked about a problem before with recorded files (at least with codec system) not having the displayed progress stop a couple of seconds before the true end of the file even though the file actually plays to completion. Well it turns out it's not actually a problem with the recording system at all.
Here's what happened: * Recorded an 18 second FM Radio segment. * Test played that and of course progress indication stops at about 16s * Plugged my x5 into my computer * Made a copy of the recorded file * Loaded it in CoolEditPro * Saved over the copy with CEP (Save extra non-audio information UNCHECKED) * Played the original...same thing as before * Played the copy...the copy showed progress to the 18s mark as it should...perfect playback in all respects. Could be a change in the file? * NO! A file compare shows the original recorded and resaved copy to be IDENTICAL! No difference in data or size! Now, shouldn't two identical files play exactly the same way? My hypothesis: This bug must be in the file system functions. This should be tracked down and fixed by someone knowledgeable in that area with little delay. |
This task depends upon
Closed by Michael Sevakis (MikeS)
Saturday, 10 February 2007, 17:43 GMT+2
Reason for closing: Invalid
Additional comments about closing: Problem was really about switching codec types.
Saturday, 10 February 2007, 17:43 GMT+2
Reason for closing: Invalid
Additional comments about closing: Problem was really about switching codec types.
BTW: Just copying the file in the Explorer window to make Copy of XXXXX.xxx also makes the copy behave normally so it depends on which device writes the file despite their being identical. No resave by an application is needed.