Bugzilla – Bug 342
wma mp3 * * comes out byte swapped on windows
Last modified: 2008-12-18 11:53:30 UTC
wma mp3 * * [wmadec] -r 44100 -b 16 -n 2 $FILE$ | [lame] --resample 44100 --silent -q 9 -b $BITRATE$ - - I've had to have a couple of customers change this to: wma mp3 * * [wmadec] -r 44100 -b 16 -n 2 $FILE$ | [lame] -x --resample 44100 --silent -q 9 -b $BITRATE$ - - is it just missing the $-x$?
Seems that way, doesn't it? You know, I don't know if I ever tested wma->mp3 transcoding. I wonder if WMA files can have either type of endianness. It doesn't seem so from the decoding API, so I'm going to assume that we should always byte swap in lame. Fix on the way...
Fix checked in on 6/3/2004.
There are 536 bugs in the database with targets of '---' that were fixed prior to new year 2006. I am setting them to targets of 6.2.1 to keep them from showing up in my queries.
Routine bug db maintenance; removing old versions which cause confusion. I apologize for the inconvenience.