upstream version 1.2.2
[debian/freetts] / com / sun / speech / engine / synthesis / text / 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>Provides a sample text-output-only Synthesizer support that
17 doesn't make any
18 noise.  Instead of sending output to a speaker
19 in spoken form, it sends text to the standard output in a form
20 that should be useful for debugging purposes.</p>
21 <p>To include this in the list of speech synthesizers, add the following
22 line to your <code>speech.properties</code> file:
23 <p><pre>
24 TextSynthEngineCentral = com.sun.speech.engine.synthesis.text.TextEngineCentral
25 </pre>
26
27 </body>
28 </html>