2
0

ru.xml 886 B

1234567891011121314151617181920212223
  1. <!--тестовые файлы Вы звуковые файлы можно взять тут svn co http://svn.freeswitch.ru/bbv/mod_say_ru/ru/ -->
  2. <include>
  3. <language name="ru" sound-prefix="$${sounds_dir}/ru/RU/elena" tts-engine="cepstral" tts-voice="elena">
  4. <phrases>
  5. <macros>
  6. <X-PRE-PROCESS cmd="include" data="demo/*.xml"/> <!-- Note: this now grabs whole subdir, previously grabbed only demo.xml -->
  7. <!--voicemail_en_tts is purely implemented with tts, we have the files based one that is the default. -->
  8. <X-PRE-PROCESS cmd="include" data="vm/sounds.xml"/> <!-- vm/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. -->