Has there been any progress at getting FF & RW working with tracks encoded using VBR?
I noticed it is still a bit flaky in RC1, works with some tracks, not in others.
Aside from that, I haven't noticed any other problems with RC1 so far.


Hey guys,

I'm on a team writing a combo media organizer/player and we also use XAudio for our MP3 playback. I took it upon myself to fix the VBR problems that we were having with the stock XAudio stuff. We also had problems seeking to a certain point in the stream, until I found out some interesting information. There is a "VBR header" stored in the first frame of a VBR MP3 file. (At least ones encoded with Xing's encoder, but I'm not aware of another encoder that does VBR, and if there is one, I would assume they would implement Xing's header also)

Anyway, the VBR header stores information such as the total bit stream frames, the total bit stream bytes, the encoded VBR scale, and also an array of 100 bytes that range from 0-255, which allow you to interpolate the values so you can find "seek points" in the MP3 file relatively precisely.

If you guys are interested in this information, I can provide you the files you would need to implement this code as I did to get your player working with VBR files.

Later!

(O|||||O)

_________________________
(O|||||O)