de.xml 568 B

12345678910111213141516171819202122
  1. <include>
  2. <language name="de" sound-prefix="/snds" tts-engine="cepstral" tts-voice="david">
  3. <phrases>
  4. <macros>
  5. <X-PRE-PROCESS cmd="include" data="demo/demo.xml"/>
  6. <!--voicemail_de_tts is purely implemented with tts, we need a files based implementation too -->
  7. <X-PRE-PROCESS cmd="include" data="vm/tts.xml"/>
  8. </macros>
  9. </phrases>
  10. </language>
  11. </include>
  12. <!--
  13. For Emacs:
  14. Local Variables:
  15. mode:xml
  16. indent-tabs-mode:nil
  17. tab-width:2
  18. c-basic-offset:2
  19. End:
  20. For VIM:
  21. vim:set softtabstop=2 shiftwidth=2 tabstop=2 expandtab:
  22. -->