X-Git-Url: https://git.wpitchoune.net/gitweb/?p=www.git;a=blobdiff_plain;f=www%2Ftricks%2Fraspberry_pi3_sound.html;fp=www%2Ftricks%2Fraspberry_pi3_sound.html;h=af7fc31a7e486207f21aeb90dea77be86b629fea;hp=0000000000000000000000000000000000000000;hb=1aec2206600ef8cac2f745062db8d2e47afde556;hpb=59b8914458cc7575272f1df48340ed4850efce73 diff --git a/www/tricks/raspberry_pi3_sound.html b/www/tricks/raspberry_pi3_sound.html new file mode 100644 index 0000000..af7fc31 --- /dev/null +++ b/www/tricks/raspberry_pi3_sound.html @@ -0,0 +1,75 @@ + + + + + + + +Raspberry PI - Configure the sound + + + + + + + +
+
+

Output to the headphones

+
+
+

By default it appears that the default output of the sound +is automatic, it means that if HDMI supports audio it will +use it.

+
+
+

To change the audio output:

+
+
+
+
sudo amixer -c 0 cset numid=3 <output>
+
+
+
+

where <output> can be:

+
+
+
    +
  • +

    0: auto

    +
  • +
  • +

    1: headphones

    +
  • +
  • +

    2: hdmi

    +
  • +
+
+
+
+
+ + + + \ No newline at end of file