Doesnt load the whole song
In itunes it says the song is 6 mins and a bit but when I load it into binkytoy it says its 1 min and a bit. Also it shows a white space as waveform.
-
- Site Admin
- Posts:1093
- Joined:Mon Jun 07, 2004 9:17 pm
file loading stops when a bad frame is found
What you've observed is the result of there being a bad frame in the middle of the file in question.
BinkyToy (and all MsPinky code) only loads a file up to the point where the bad frame occurs. Other programs (like iTunes) will skip over bad frames. It's easy for them to do that because they only play files in the forward sense. Since MsPinky has to play the files both forwards and backwards, a bad frame disrupts the logic for doing that significantly. Unfortunately, it's not likely the additional complex logic that would be required to skip over all bad frames for both forwards and backwards playback will be implemented soon. Your best bet is to see if some MP3 repair utility can fix the bad frame in that file.
BinkyToy (and all MsPinky code) only loads a file up to the point where the bad frame occurs. Other programs (like iTunes) will skip over bad frames. It's easy for them to do that because they only play files in the forward sense. Since MsPinky has to play the files both forwards and backwards, a bad frame disrupts the logic for doing that significantly. Unfortunately, it's not likely the additional complex logic that would be required to skip over all bad frames for both forwards and backwards playback will be implemented soon. Your best bet is to see if some MP3 repair utility can fix the bad frame in that file.
mp3fixer will take care of bad frames, in fact it'll simply remove them. It comes with source, the executable is windows only though..
There are 10 types of people in this world: those who understand binary, and those who don't.
-
- Site Admin
- Posts:1093
- Joined:Mon Jun 07, 2004 9:17 pm
Thanks for pointing that out.
A very good point! Thanks
And I guess you could do the same thing with iTunes for Windoze.

And I guess you could do the same thing with iTunes for Windoze.