[Freeswitch-svn] [commit] r9546 - freeswitch/trunk/conf/lang/en
Freeswitch SVN
brian at freeswitch.org
Fri Sep 12 14:19:32 EDT 2008
Author: brian
Date: Fri Sep 12 14:19:32 2008
New Revision: 9546
Modified:
freeswitch/trunk/conf/lang/en/en.xml
Log:
update comments now that the sound file version exists as to not mislead
Modified: freeswitch/trunk/conf/lang/en/en.xml
==============================================================================
--- freeswitch/trunk/conf/lang/en/en.xml (original)
+++ freeswitch/trunk/conf/lang/en/en.xml Fri Sep 12 14:19:32 2008
@@ -1,7 +1,7 @@
<include>
<language name="en" sound-path="$${base_dir}/sounds/en/us/callie" tts-engine="cepstral" tts-voice="callie">
<X-PRE-PROCESS cmd="include" data="demo/*.xml"/> <!-- Note: this now grabs whole subdir, previously grabbed only demo.xml -->
- <!--voicemail_en_tts is purely implemented with tts, we need a files based implementation too -->
- <X-PRE-PROCESS cmd="include" data="vm/sounds.xml"/>
+ <!--voicemail_en_tts is purely implemented with tts, we have the files based one that is the default. -->
+ <X-PRE-PROCESS cmd="include" data="vm/sounds.xml"/> <!-- vm/tts.xml if you want to use tts and have cepstral -->
</language>
</include>
More information about the Freeswitch-svn
mailing list