Thread: Navit on N900
View Single Post
Posts: 87 | Thanked: 80 times | Joined on Sep 2009
#549
Originally Posted by gianko View Post
just another question: do you have the speech working with espeak? i set on enabled but still not working. are the settings inside speech.xml fine or is better this http://wiki.navit-project.org/index....g_Navit#Speech ?
Just updated to 0.5.0 yesterday and found espeak not working too.
This was my old setting in speech.xml:

Code:
<speech type="cmdline" data="echo %s | sed s/\\./Komma/g | espeak -vde+m2+croak" cps="10"/>
which worked with 0.2.0 but not with 0.5.0

I had to change it to this:

Code:
<speech type="cmdline" data="espeak -vde+m2+croak '%s'" cps="10"/>
and this works!

HTH & HAND

Michael
 

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