he.xml 620 B

12345678910111213141516171819202122
  1. <include>
  2. <language name="he" sound-prefix="$${sounds_dir}/he/daniel" tts-engine="cepstral" tts-voice="daniel">
  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. <X-PRE-PROCESS cmd="include" data="vm/sounds.xml"/>
  7. <X-PRE-PROCESS cmd="include" data="dir/sounds.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. -->