This is the bug/patch tracker for Rockbox. Click here for more information.
Quick links: Bugs · Patches · Rockbox frontpage
FS#12678 - Unable to play WMA Pro (possibly VBR)
|
DetailsThe player (Sansa Clip Zip) appears to refuse or unable to play some of my WMA tracks; as far as I can tell, the problem is specific to my WMA Pro files only as it plays none of them (but works with WMA2 successfully). I have attached one of the examples.
I understand that a similar issue was reported recently (in |
This task depends upon
Also, I have two types of WMAP-encoded files, one which it plays (or, at least, starts playing) and the other doesn't. According to VLC, the difference between the two is the latter (which doesn't play) has 16 bits per sample and bitrate of 192kb/s, and the good one is 24 bits and 256 kb/s, respectively.
The problem here is that our ASF parser isn't very good, and it only supports some of the ASF features. If you have a file that uses some feature it doesn't support, you won't be able to play it. MS makes a tool called "ASF View" on Windows that can show you some of the structure of a given ASF file, but its not too much use unless you want to dig into how our code works and figure out whats missing that ffmpeg/VLC have.
I suspect its probably this issue:
https://roundup.libav.org/issue2536
Edit: actually it looks like the quatization values are fine and that the rest of the data is scaled wrong somehow. Not really sure whats going on here.