home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: Multimed / Multimed.zip / fest-141.zip / festival / examples / example.sable < prev    next >
Extensible Markup Language  |  1998-08-25  |  2KB  |  64 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. <!-- A basic set of examples from SABLE -->
  8.  
  9. My telephone number is 
  10. <AUDIO SRC="http://www.cstr.ed.ac.uk/~awb/sounds/touchtone.2.au"/>
  11. <AUDIO SRC="http://www.cstr.ed.ac.uk/~awb/sounds/touchtone.7.au"/>
  12. <AUDIO SRC="http://www.cstr.ed.ac.uk/~awb/sounds/touchtone.8.au"/>
  13. <AUDIO SRC="http://www.cstr.ed.ac.uk/~awb/sounds/touchtone.7.au"/>.
  14.  
  15. Without style, <BREAK LEVEL="Large"/> Grace and I are in trouble.
  16.  
  17. <DIV TYPE="paragraph">
  18. <DIV TYPE="sentence" >
  19. Yesterday, Denmark and India announced an agreement of cultural 
  20. exchange. </DIV> <DIV TYPE="sentence"> Further talks will take place 
  21. next month.
  22. </DIV>
  23. </DIV>
  24.  
  25. The leaders of <EMPH>Denmark</EMPH> and <EMPH>India</EMPH> meet on
  26. Friday.
  27.  
  28. An example is <ENGINE ID="festival" DATA="our own festival speech
  29. synthesizer"> the festival speech synthesizer</ENGINE> or
  30. the Bell Labs speech synthesizer.
  31.  
  32. Some English first and then some Spanish.
  33. <LANGUAGE ID="SPANISH">Hola amigos.</LANGUAGE>
  34. <LANGUAGE ID="NEPALI">Namaste</LANGUAGE>
  35.  
  36. Move the <MARKER MARK="mouse" /> mouse to the top.
  37.  
  38. Without his penguin, <PITCH BASE="-20%"> which he left at home, </PITCH> he
  39.        could not enter the restaurant.
  40.  
  41. I say <PRON SUB="toe maa toe">tomato</PRON> and you say 
  42. <PRON SUB="toe may toe">tomato</PRON>.
  43.  
  44. The address is <RATE SPEED="-40%"> 10 Main Street </RATE>.
  45.  
  46. As a test of marked-up numbers. Here we have 
  47. a year <SAYAS MODE="date">1998</SAYAS>, 
  48. an ordinal <SAYAS MODE="ordinal">1998</SAYAS>, 
  49. a cardinal <SAYAS MODE="cardinal">1998</SAYAS>, 
  50. a literal <SAYAS MODE="literal">1998</SAYAS>, 
  51. and phone number <SAYAS MODE="phone">1998</SAYAS>.
  52.  
  53. Changes of speaker may appear in the text.
  54. <SPEAKER NAME="male3">Using one speaker, <SPEAKER NAME="male2">with
  55. an aside from another</SPEAKER> and returning to the first </SPEAKER>
  56. Eventually returning to the original default speaker.
  57.  
  58. Please speak more <VOLUME LEVEL="loud">loudly</VOLUME>, except
  59. when I ask you to speak <VOLUME LEVEL="quiet">in a quiet voice</VOLUME>.
  60.  
  61. </SABLE>
  62.  
  63.  
  64.