summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-navigation/navit/navit/speech.xml
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-navigation/navit/navit/speech.xml')
-rw-r--r--meta-oe/recipes-navigation/navit/navit/speech.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/meta-oe/recipes-navigation/navit/navit/speech.xml b/meta-oe/recipes-navigation/navit/navit/speech.xml
new file mode 100644
index 000000000..28c49906d
--- /dev/null
+++ b/meta-oe/recipes-navigation/navit/navit/speech.xml
@@ -0,0 +1,8 @@
1 <!-- Navit provides speech output in text format.
2 If you have a speech synthesizer like festival lite installed, you can get turn by turn directions out of navit. Please set the "cps"-value to how many characters your tts engine approximately speaks per second.
3 The default is text output to the shell -->
4 <!-- <speech type="cmdline" data="echo 'Fix the speech tag in navit.xml to let navit say:' '%s'" cps="15"/> -->
5 <!-- <speech type="cmdline" data="espeak -s 150 -v czech '%s' &amp;"/> -->
6 <!-- <speech type="cmdline" data="flite -t '%s'"/> -->
7 <!-- <speech type="cmdline" data="/usr/local/bin/say.sh '%s'"/> -->
8 <speech type="cmdline" data="espeak '%s' &amp;"/>