upstream version 1.2.2
[debian/freetts] / demo / JSAPI / Player / test3.jsml
1 <?xml version="1.0"?>
2 <!DOCTYPE jsml>
3
4 <!--
5
6 /**
7  * Copyright 2001 Sun Microsystems, Inc.
8  * 
9  * See the file "license.terms" for information on usage and
10  * redistribution of this file, and for a DISCLAIMER OF ALL 
11  * WARRANTIES.
12  */
13
14 -->
15
16 <jsml>
17
18 <!-- Lots of plain text -->
19
20 <div type="paragraph">
21 The Java Speech API defines a software interface that allows
22 developers to take advantage of speech technology for
23 personal and enterprise computing.  By leveraging the inherent 
24 strengths of the Java platform, the Java Speech API brings
25 unparalleled portability to developers of speech-enabled applications.
26 </div>
27
28 <div type="paragraph">
29 <prosody rate="+100%">
30 The Java Speech API supports both speech recognition and 
31 speech synthesis.  Speech recognition software enables computers
32 to "listen" to incoming speech from a user and determine what
33 is said.  Speech synthesis, also known as "text to speech",
34 provides the reverse process of generating speech from text.
35 </prosody>
36 </div>
37
38 <div type="paragraph">
39 <prosody rate="+200%">
40 Developers who use speech technology through the Java Speech API
41 can enhance existing user interfaces and can create new means
42 of human/computer interaction.  Application areas include
43 telephony systems, dictation and proof-reading, hands-free
44 environments such as surgery or airline/vehicle maintenance,
45 accessibility for people with disabilities, and enhanced 
46 internet browsing.
47 </prosody>
48 </div>
49
50 </jsml>