-
Notifications
You must be signed in to change notification settings - Fork 17
Audio and speech
Roberto edited this page Oct 25, 2015
·
5 revisions
Execute:
amixer cset numid=3 1
Edit file asound.conf
sudo nano /etc/asound.conf
add the following:
pcm.!default {
type hw
card 0
}
ctl.!default {
type hw
card 0
}
then reboot
sudo apt-get install python-pyaudio
sudo apt-get install espeak
test:
espeak -ven+f3 -k5 -s150 "I've just picked up a fault in the AE35 unit"