User Tools

Site Tools


ubuntu:sound:test_microphone

Differences

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

Link to this comparison view

Next revision
Previous revision
ubuntu:sound:test_microphone [2020/02/23 14:58] – created peterubuntu:sound:test_microphone [2020/07/15 09:30] (current) – external edit 127.0.0.1
Line 18: Line 18:
   Subdevice #0: subdevice #0   Subdevice #0: subdevice #0
 </code> </code>
 +
 +==== Record a short 10 seconds audio ====
 +
 +<code bash>
 +arecord -c 2 -r 44100 -f S32_LE -d 10 --device="hw:0,0" /tmp/test-mic.wav
 +</code>
 +
 +Recorded audio via microphone specified by --device="hw:0,0" as in card 0 and device 0 from the arecord -l output in the previous step. 
  
 ---- ----
ubuntu/sound/test_microphone.1582469881.txt.gz · Last modified: 2020/07/15 09:30 (external edit)

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki