[GLLUG] Record from Line-in

Sean picasso@madflower.com
Wed, 30 Apr 2003 08:01:05 -0400 (EDT)


Try something like this (probably as root unless you modified the 
permissions of the devices already): 
dd bs=8k count=4 </dev/audio >sample.au

then play it back with:
cat sample.au >/dev/audio

That records the _raw_ sound, you would then have to convert it to mp3. 
or set your mp3 converter to encode the /dev/audio device 

Actually all of this, i believe is covered in the linux how-to's
http://www.tldp.org/HOWTO/
the sound and the mp3 how-to's 


On Tue, 29 Apr 2003, Seth Bembeneck wrote:

> How do I record from the Line-in and save it as a MP3?
>  
> Sound is working, I just can't figure out how to do it.
>  
> Thanks,
>  
> Seth
>