Aug 21 2016

Playing Music – mpg123

Category: Raspberry Pidq @ 4:52 PM

http://blog.scphillips.com/posts/2013/07/playing-music-on-a-raspberry-pi-using-upnp-and-dlna-revisited/

$ 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

Espeak Text to Speech

Category: Raspberry Pidq @ 4:16 PM

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/


Aug 21 2016

RaspberryPI Chromium

Category: Raspberry Pidq @ 3:57 PM

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


Aug 21 2016

Changing DNS servers to google

Category: Raspberry Pidq @ 10:53 AM

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.


Aug 21 2016

Navit – Compiling for the Raspberry Pi

Category: Raspberry Pidq @ 10:49 AM

http://wiki.navit-project.org/index.php/Raspberry_Pi

Tags: ,



« Previous Page