home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: Multimed / Multimed.zip / fest-141.zip / festival / examples / tobi.stml < prev    next >
Text File  |  1999-02-26  |  763b  |  29 lines

  1. <!doctype stml system "STML.dtd"
  2. []>
  3. <stml>
  4.  
  5. <!-- This is an example of using STML for testing ToBI examples
  6.      you could also do this in the LISP domain too -->
  7.  
  8. <speaker name=male1>
  9. <call engid="festival" command="(require 'tobi_rules)">
  10. <call engid="festival" command="(setup_tobi_f0_method)">
  11. <!-- Lets slow things down a bit. -->
  12. <rate speed="1.2" scheme="native">
  13.  
  14. <!-- Only words explicitly marked will have accents and tones -->
  15.  
  16. I <word name="wanted" accent="H*"> to go on a 
  17. <word name="barge" accent="H*"> <word name="trip" tone="L-L%">.
  18.  
  19. <word name="I" accent="H*"> wanted to go on a 
  20. <word name="barge" accent="L*"> <word name="trip" tone="L-H%">,
  21. but <word name="they" accent="H*"> wanted to go 
  22. <word name="home" tone="L-L%">
  23.  
  24. </rate>
  25.  
  26. </stml>
  27.  
  28.  
  29.