home *** CD-ROM | disk | FTP | other *** search
/ PC Welt 2006 November (DVD) / PCWELT_11_2006.ISO / casper / filesystem.squashfs / usr / share / doc / festival / examples / example2.sable < prev    next >
Encoding:
Extensible Markup Language  |  2001-04-04  |  749 b   |  39 lines

  1. <?xml version="1.0"?>
  2. <!DOCTYPE SABLE PUBLIC "-//SABLE//DTD SABLE speech mark up//EN" 
  3.     "Sable.v0_2.dtd"
  4. []>
  5. <SABLE>
  6.  
  7. <SPEAKER NAME="male1">
  8.  
  9. <!-- Words may be spefied inline with a number of different 
  10.      features -->
  11. Homographs are words that are written the same but have different
  12. pronunciations, such as <PRON SUB="lyves">lives</PRON> and
  13. <PRON SUB="lives">lives</PRON>.
  14.  
  15. <!-- Words can even have their pronunciation specified inline -->
  16. You say <PRON SUB="e thur">either</PRON>, while I 
  17. say <PRON SUB="i thur">either</PRON>.
  18.  
  19. </SPEAKER>
  20. <SPEAKER NAME="male2">
  21.  
  22. <RATE SPEED="+100%">
  23. We can say things fast.
  24. </RATE>
  25.  
  26. <RATE SPEED="-50%">
  27. and slowly.
  28. </RATE>
  29.  
  30. </SPEAKER>
  31. <SPEAKER NAME="male1">
  32.  
  33. And then at normal speed.
  34.  
  35. </SPEAKER>
  36. </SABLE>
  37.  
  38.  
  39.