Difference between revisions of "Codec"

From FriendlyELEC WiKi
Jump to: navigation, search
(Created page with "==H3/H2+== ===Sound record=== <syntaxhighlight lang="bash"> sudo arecord -D hw:2,0 -f cd test.wav </syntaxhighlight>")
 
(Sound record)
Line 1: Line 1:
 
==H3/H2+==
 
==H3/H2+==
===Sound record===
+
===Sound recording from MIC===
 
<syntaxhighlight lang="bash">
 
<syntaxhighlight lang="bash">
 
sudo arecord -D hw:2,0 -f cd test.wav
 
sudo arecord -D hw:2,0 -f cd test.wav
 
</syntaxhighlight>
 
</syntaxhighlight>

Revision as of 06:54, 27 February 2019

1 H3/H2+

1.1 Sound recording from MIC

sudo arecord -D hw:2,0 -f cd test.wav