upstream version 1.2.2
[debian/freetts] / com / sun / speech / freetts / jsapi / package.html
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
2
3 <!--
4
5 Copyright 1998-2001 Sun Microsystems, Inc.
6 All Rights Reserved.  Use is subject to license terms.
7  
8 See the file "license.terms" for information on usage and
9 redistribution of this file, and for a DISCLAIMER OF ALL 
10 WARRANTIES.
11
12 -->
13
14 <html>
15 <body>
16 <p>
17
18 Provides a partial and unsupported support for a JSAPI 1.0 speech synthesizer for FreeTTS.  The FreeTTSSynthesizer
19 supports the JSAPI 1.0 Synthesizer interface that enables
20 the use of FreeTTS as a JSAPI synthesizer.
21
22 <p>To include this in the list of speech synthesizers, add the following
23 line to your <code>speech.properties</code> file:
24
25 <pre>
26 <code>
27 FreeTTSSynthEngineCentral=com.sun.speech.freetts.jsapi.FreeTTSEngineCentral
28 </code>
29 </pre>
30
31 Various FreeTTSSynthesizer modes of operation are defined via a
32 <code>synthesizer.properties</code> file that is loaded from the
33 <code>com.sun.speech.freetts.jsapi</code> package. 
34
35 </body>
36 </html>