Differences

This shows you the differences between two versions of the page.

Link to this comparison view

tech:linux:sound_recording_in_linux [2014/11/15 09:13]
tech:linux:sound_recording_in_linux [2014/11/15 09:13] (current)
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
 +<​code>​
 +arecord -d 10 -t wav -c 2 ed.wav
 +</​code>​
 +
 +=== Resources ===
 +[[http://​manpages.ubuntu.com/​manpages/​maverick/​man1/​aplay.1.html|arecord and aplay]]\\
 +[[http://​alsa.opensrc.org/​index.php/​Arecord|Arecord - ALSA wiki]]\\
  

QR Code
QR Code tech:linux:sound_recording_in_linux (generated for current page)