David wrote:
> 
> Hope i'm not stepping on ppl toes for this...
> 
> I need a program that can record from line-in/mic to mp3 directly, any of
> you guys know of such a program ? (would be nice if it could use LAME as an
> encoder)

sox <options> | lame <options>

the sox options are like : "-t oss -r 44100 -c 2 -t raw -"
( read the manual )

for lame : "-b128 -*** -"
replace -*** with an option that tells lame that the input
is headerless raw.

Again , take a look into the docs.

David Balazic
--
MP3 ENCODER mailing list ( http://geek.rcc.se/mp3encoder/ )

Reply via email to