Sony audio (MSV), and LAME is lame (was: Anyone...)

Shawn K. O'Shea shawn at eth0.net
Wed Oct 3 23:06:04 EDT 2007


>
>         lame -r -s 22.05 --bitwidth 16 --signed -m mono
> signed-16bit-1ch-22050hz.raw

Curiosity had me googling arund a bit. This page from the lame docs:
http://lame.cvs.sourceforge.net/*checkout*/lame/lame/doc/html/examples.html
gives me the impression that to encode raw you need to cat the raw
file piped into lame and then pipe the output to the mp3 file

>From the above link:
Streaming mono 22.05 kHz raw pcm, 24 kbps output:
cat inputfile | lame -r -m m -b 24 -s 22.05 -- > output

Maybe that'll work?

-Shawn


More information about the gnhlug-discuss mailing list