no way to compare when less than two revisions
Differences
This shows you the differences between two versions of the page.
— | tech:linux:sound_recording_in_linux [2014/11/15 15:13] (current) – created - external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ====== Sound Recording in Linux ====== | ||
+ | ===== GUI - gnome sound recorder ===== | ||
+ | Application --> Sound & Video --> Sound Recorder | ||
+ | |||
+ | ==== Command line sound recorder ==== | ||
+ | To record in stereo (option -c 2), wav format (option -t), for 10 seconds (option -d) to file ed.wav | ||
+ | < | ||
+ | arecord -d 10 -t wav -c 2 ed.wav | ||
+ | </ | ||
+ | |||
+ | === Resources === | ||
+ | [[http:// | ||
+ | [[http:// | ||