User Tools

Site Tools


ubuntu:sound:recording_audio_from_the_command_line

Differences

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

Link to this comparison view

Next revision
Previous revision
ubuntu:sound:recording_audio_from_the_command_line [2019/12/04 21:06] – created peterubuntu:sound:recording_audio_from_the_command_line [2020/07/15 09:30] (current) – external edit 127.0.0.1
Line 9: Line 9:
 Once there, select the capture view by typing the tab key. Once there, select the capture view by typing the tab key.
  
-With the arrow keys select the column Capture and set it to the CAPTUR mode with the space key.+With the arrow keys select the column Capture and set it to the CAPTURE mode with the space key.
  
 Adjust the recording volume with the arrow keys. Adjust the recording volume with the arrow keys.
Line 36: Line 36:
 arecord -f cd -d numberofseconds -t raw | lame -x -r - out.mp3 arecord -f cd -d numberofseconds -t raw | lame -x -r - out.mp3
 </code> </code>
 +
 +This works:
 +
 +<code bash>
 +arecord -d 10 -f cd -t wav /tmp/test-mic2.wav
 +</code>
 +
  
 ---- ----
ubuntu/sound/recording_audio_from_the_command_line.1575493585.txt.gz · Last modified: 2020/07/15 09:30 (external edit)

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki