updated to FS git HEAD 5e3a6fc5e6f40be5d68c8b3cfbbfa3227fe06c2f
[openwrt/svn-archive/archive.git] / net / freeswitch / files / etc.packages / say-en / lang / en / en.xml
1 <include>
2 <language name="en" say-module="en" sound-prefix="$${sounds_dir}/en/us/callie" tts-engine="cepstral" tts-voice="callie">
3 <phrases>
4 <macros>
5 <X-PRE-PROCESS cmd="include" data="demo/*.xml"/> <!-- Note: this now grabs whole subdir, previously grabbed only demo.xml -->
6 <!-- voicemail_en_tts is purely implemented with tts, we have the files based one that is the default. -->
7 <X-PRE-PROCESS cmd="include" data="vm/sounds.xml"/> <!-- vm/tts.xml if you want to use tts and have cepstral -->
8 <X-PRE-PROCESS cmd="include" data="dir/sounds.xml"/> <!-- dir/tts.xml if you want to use tts and have cepstral -->
9 <X-PRE-PROCESS cmd="include" data="ivr/*.xml"/> <!-- IVR and custom phrases go here -->
10 </macros>
11 <X-PRE-PROCESS cmd="include" data="vm/voicemail_ivr.xml"/>
12 </phrases>
13 </language>
14 </include>
15 <!--
16 For Emacs:
17 Local Variables:
18 mode:xml
19 indent-tabs-mode:nil
20 tab-width:2
21 c-basic-offset:2
22 End:
23 For VIM:
24 vim:set softtabstop=2 shiftwidth=2 tabstop=2 expandtab:
25 -->