ubuntu:sound:recording_audio_from_the_command_line
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
ubuntu:sound:recording_audio_from_the_command_line [2019/12/04 21:06] – created peter | ubuntu: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 | + | With the arrow keys select the column Capture and set it to the CAPTURE |
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 | ||
</ | </ | ||
+ | |||
+ | This works: | ||
+ | |||
+ | <code bash> | ||
+ | arecord -d 10 -f cd -t wav / | ||
+ | </ | ||
+ | |||
---- | ---- |
ubuntu/sound/recording_audio_from_the_command_line.1575493585.txt.gz · Last modified: 2020/07/15 09:30 (external edit)