$ sudo apt-get install mpg123 $ cd /tmp $ wget http://www.richardfarrar.com/audio/right.mp3 $ wget http://www.richardfarrar.com/audio/left.mp3 $ mpg123 right.mp3 $ mpg123 left.mp3
Aug 21 2016
$ sudo apt-get install mpg123 $ cd /tmp $ wget http://www.richardfarrar.com/audio/right.mp3 $ wget http://www.richardfarrar.com/audio/left.mp3 $ mpg123 right.mp3 $ mpg123 left.mp3
Comments Off on Playing Music – mpg123
Aug 21 2016
Espeak is a more modern speech synthesis package than Festival. It sounds clearer but does wail a little. If you are making an alien or a RPi witch then it’s the one for you! Seriously it is a good allrounder with great customisation options.
Install Espeak with:
sudo apt-get install espeak
Test Espeak with: English female voice, emphasis on capitals (-k), speaking slowly (-s) using direct text:-
espeak -ven+f3 -k5 -s150 "I've just picked up a fault in the AE35 unit"
http://elinux.org/RPi_Text_to_Speech_(Speech_Synthesis)
http://stackoverflow.com/questions/31603555/unknown-pcm-cards-pcm-rear-pyaudio
ALSA lib pcm.c:2239:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.iec958
ALSA lib pcm.c:2239:(snd_pcm_open_noupdate) Unknown PCM cards.pcm.hdmi
Need to comment them out in:
pi@raspberrypi:/usr/share/alsa $ sudo nano alsa.conf
http://blog.scphillips.com/posts/2013/01/sound-configuration-on-raspberry-pi-with-alsa/
Comments Off on Espeak Text to Speech
Aug 21 2016
wget -qO - http://bintray.com/user/downloadSubjectPublicKey?username=bintray | sudo apt-key add - echo "deb http://dl.bintray.com/kusti8/chromium-rpi jessie main" | sudo tee -a /etc/apt/sources.list sudo apt-get update sudo apt-get install chromium-browser rpi-youtube -y
https://www.raspberrypi.org/forums/viewtopic.php?t=121195
Comments Off on RaspberryPI Chromium
Aug 21 2016
https://www.raspberrypi.org/forums/viewtopic.php?t=63950&p=472984
Enter the following command to edit the resolv.conf file.
sudo nano /etc/resolv.conf
Enter the follow Google public dns server IP address.
nameserver 8.8.8.8
name server 8.8.4.4
Press CTRL-X to exit but remember to save the file by accepting the changes.
Comments Off on Changing DNS servers to google
Aug 21 2016
Comments Off on Navit – Compiling for the Raspberry Pi