Changes between Version 6 and Version 7 of ProsodySpecificationSupport
- Timestamp:
- 09/01/10 17:40:21 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ProsodySpecificationSupport
v6 v7 90 90 }}} 91 91 92 93 '''3. Shaping intonation contour''' 94 95 Example 1: 96 97 {{{ 98 <?xml version="1.0" encoding="UTF-8" ?> 99 <maryxml version="0.4" 100 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 101 xmlns=" http://mary.dfki.de/2002/MaryXML" 102 xml:lang="en-US"> 103 <p> 104 <prosody contour="(0%,x-low)(30%,low)(50%,medium)(70%,high)(100%,x-high)"> 105 I am talking with rising intonation. 106 </prosody> 107 </p> 108 </maryxml> 109 }}} 110