Thread: Navit on N900
View Single Post
Posts: 127 | Thanked: 86 times | Joined on Sep 2009 @ Hannover, Germany
#87
Originally Posted by bijoux View Post
in navit.xml:

<speech type="espeak" enabled="yes"/>
<!-- <speech type="cmdline" data="echo '%s' | espeak -ven+m2+croak" cps="10"/> -->
<xi:include href="/home/user/.navit/speech.xml"/>


n900:~# navit
navit:speech_new:wrong type 'espeak'
navit:main_real:Error parsing '/etc/navit/navit.xml': Error on line 1 char 1: Document must begin with an element (e.g. <book>) at line 1, char 1
at line 388, char 67

Do you see anything I can't?
Please try
Code:
<speech type="espeak" enabled="no"/>
<xi:include href="/home/user/.navit/speech.xml"/>
in navit.xml. You want to use cmdline and not espeak ;-)