fr.xml 731 B

1234567891011121314151617181920212223
  1. <include>
  2. <language name="fr" say-module="fr" sound-prefix="$${sounds_dir}/fr/ca/june" tts-engine="cepstral" tts-voice="david">
  3. <phrases>
  4. <macros>
  5. <X-PRE-PROCESS cmd="include" data="demo/demo.xml"/>
  6. <!-- voicemail_fr_tts is purely implemented with tts, we need a files based implementation too -->
  7. <X-PRE-PROCESS cmd="include" data="vm/sounds.xml"/>
  8. <X-PRE-PROCESS cmd="include" data="dir/sounds.xml"/> <!-- dir/tts.xml if you want to use tts and have cepstral -->
  9. </macros>
  10. </phrases>
  11. </language>
  12. </include>
  13. <!--
  14. For Emacs:
  15. Local Variables:
  16. mode:xml
  17. indent-tabs-mode:nil
  18. tab-width:2
  19. c-basic-offset:2
  20. End:
  21. For VIM:
  22. vim:set softtabstop=2 shiftwidth=2 tabstop=2 expandtab:
  23. -->