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>")
 
(updated by API)
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
 +
[[Codec/zh|查看中文]]
 
==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>

Latest revision as of 07:24, 9 September 2021

查看中文

1 H3/H2+

1.1 Sound recording from MIC

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