Click to See Complete Forum and Search --> : how to record sound


divakar
11-03-2002, 03:08 PM
In other words, what is the Linux equivalent of windows sound recorder which can be used to record through microphone?

bwkaz
11-03-2002, 05:56 PM
Yay shell commands!

cat /dev/dsp >file.raw

Hit Ctrl-C to end recording.

Then use some sound converter program to convert "file.raw" to another format, like wav, ogg, mp3, au, or whatever

ViMan
11-04-2002, 06:47 AM
You can also check out Audacity (http://audacity.sourceforge.net/). You might also want to check out http://freshmeat.net/articles/view/354/ which discusses "Sound and Music Software" under Linux...

divakar
11-06-2002, 02:54 PM
Thanks, guys, I have tried both the command line as well as audacity. I like audacity for now. I will be recording to wav and converting to ogg using the command line oggenc.