** Reply to message from Jim Christiansen <[EMAIL PROTECTED]> on Sun, 16 Feb 
2003 20:06:44 -0700


> Hello Everyone,
> 
> I'm not experienced with sound recording and mixing and I can't find an easy 
> to use app to record from the mic or line.  Does anyone here use a nice easy 
> sound recorder?

The venerable Sox has all you need. From a command window (as root) you can use:

record -c  -i mic -r 8000 -o hello

to start a recoding session. By default the file will be recorded as hello000.wav. 
CTRL-C to end the recording.

Then you just do a:

play  hello000.wav 

to hear what you just recorded. For quick and dirty recording, you can't beat it. Both 
proggies have -h switches for help.

jb

-- 
Jack Bowling
mailto: [EMAIL PROTECTED]



-- 
Psyche-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/psyche-list

Reply via email to