summaryrefslogtreecommitdiff
path: root/navit/navit_shipped.xml
diff options
context:
space:
mode:
authorsleske <sleske@ffa7fe5e-494d-0410-b361-a75ebd5db220>2013-09-08 22:55:55 +0000
committersleske <sleske@ffa7fe5e-494d-0410-b361-a75ebd5db220>2013-09-08 22:55:55 +0000
commit808746e944e5e01fc85d49808cc1364adf0bafe5 (patch)
tree3cc434daecfea73374a6230aac11a979244a92fd /navit/navit_shipped.xml
parent114dff3905d983a58dbbce23ccde01fd4213f3a9 (diff)
downloadnavit-svn-808746e944e5e01fc85d49808cc1364adf0bafe5.tar.gz
Add:speech_cmdline:Sample configuration in navit_shipped.xml.
git-svn-id: http://svn.code.sf.net/p/navit/code/trunk/navit@5637 ffa7fe5e-494d-0410-b361-a75ebd5db220
Diffstat (limited to 'navit/navit_shipped.xml')
-rw-r--r--navit/navit_shipped.xml9
1 files changed, 8 insertions, 1 deletions
diff --git a/navit/navit_shipped.xml b/navit/navit_shipped.xml
index efab16c3..74efe3f2 100644
--- a/navit/navit_shipped.xml
+++ b/navit/navit_shipped.xml
@@ -718,7 +718,14 @@ Waypoint</text></img>
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.
The default is text output to the shell -->
<speech type="cmdline" data="echo 'Fix the speech tag in navit.xml to let navit say:' '%s'" cps="15"/>
- <!-- <speech type="cmdline" data="flite -t '%s'"/> -->
+ <!--
+ Instead of using a speech synthesizer, navit can also play pre-recorded samples for each word.
+ See http://wiki.navit-project.org/index.php/Configuration for details.
+
+ <speech type="cmdline" data="aplay -q %s"
+ sample_dir="/path/to/sampledir" sample_suffix=".wav" flags="1"
+ vocabulary_name="0" vocabulary_name_systematic="0" vocabulary_distances="0"/>
+ -->
<!-- You can only have enabled only one mapset at time, but with as much maps enabled as you want -->