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
 +<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)