Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

kilowattradio

macrumors regular
Original poster
May 11, 2009
125
0
Oregon
I need to record the Line in on a iMic system to a file. I have lame and vorbis OGG installed via Macports. What command would I use to grab the line in audio so that the program could record the line in audio in the format I want to save it in?

Code:
lame [options] foo.mp3
oggenc [options] foo.ogg

Thanks for any tips or pointers to accomplish this task. I know there are Mac GUI tools to do this, but I need command line tools so I can do some manipulation and automatically forward the audio file.
:confused:
 
Check out SoX

You can record via
Code:
sox -d file.wav

Of course it supports lots of other formats and options.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.