speech.xml 812 B

12345678
  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;"/>