blob: 28c49906d9164957801e81e759c67afc826c6c5f [file] [log] [blame]
Patrick Williamsb48b7b42016-08-17 15:04:38 -05001 <!-- 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;"/>