Thread: N800 and espeak
View Single Post
Posts: 29 | Thanked: 6 times | Joined on Mar 2010
#14
Making navit use espeak is fairly easy. In .navit/navit.xml I have a line like this:

Code:
<speech type="cmdline" data="/usr/local/sbin/navit-speech-wrapper %s"/>
The file specified above looks like this:

Code:
#!/bin/sh

espeak -ven-rp -s135 --stdout "$1" | mplayer -ao alsa -
Make sure that this file is executable. Navit should then speak!
 

The Following User Says Thank You to gigapus For This Useful Post: