Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 403 Bytes

raspberry-cheat-sheet.md

File metadata and controls

25 lines (14 loc) · 403 Bytes

Raspberry cheat sheet

Audio

Setup audio output

sudo amixer cset numid=3 <output>

*Possible outputs

  • 0=auto
  • 1=headphones
  • 2=hdmi

Setup volume

amixer set PCM -- -2200

Install text-to-speech

If you have HDMI plugged in, make sure the audio is forced to 3.5mm jack.

sudo apt-get install festival festival-freebsoft-utils
echo  "Hello World"| festival --tts