I have a file (movie soundtrack) that's 3.07 GB. Parameters: 48000 Hz, Stereo, 32-bit float. The file is too long to be wrapped into WAV. How do I feed it into LAME?
I tried this command line with both fixed and floating point data:
lame.exe -r -s 48 --bitwidth 32 dts32fixed-576.raw test.mp3
Garbage was produced in the output. Also I noticed that there is no parameter to specify that source is stereo.
