upstream version 1.2.2
[debian/freetts] / javadoc / com / sun / speech / freetts / audio / package-summary.html
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">\r
2 <!--NewPage-->\r
3 <HTML>\r
4 <HEAD>\r
5 <!-- Generated by javadoc (build 1.4.2_16) on Mon Mar 09 18:20:28 CET 2009 -->\r
6 <TITLE>\r
7 com.sun.speech.freetts.audio (FreeTTS 1.2)\r
8 </TITLE>\r
9 \r
10 <META NAME="keywords" CONTENT="com.sun.speech.freetts.audio package">\r
11 \r
12 <LINK REL ="stylesheet" TYPE="text/css" HREF="../../../../../stylesheet.css" TITLE="Style">\r
13 \r
14 <SCRIPT type="text/javascript">\r
15 function windowTitle()\r
16 {\r
17     parent.document.title="com.sun.speech.freetts.audio (FreeTTS 1.2)";\r
18 }\r
19 </SCRIPT>\r
20 \r
21 </HEAD>\r
22 \r
23 <BODY BGCOLOR="white" onload="windowTitle();">\r
24 \r
25
26 <!-- ========= START OF TOP NAVBAR ======= -->\r
27 <A NAME="navbar_top"><!-- --></A>
28 <A HREF="#skip-navbar_top" title="Skip navigation links"></A>
29 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">\r
30 <TR>\r
31 <TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">\r
32 <A NAME="navbar_top_firstrow"><!-- --></A>
33 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">\r
34   <TR ALIGN="center" VALIGN="top">\r
35   <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>\r
36   <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Package</B></FONT>&nbsp;</TD>\r
37   <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>\r
38   <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>\r
39   <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>\r
40   <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>\r
41   <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>\r
42   </TR>\r
43 </TABLE>\r
44 </TD>\r
45 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>\r
46 </EM>\r
47 </TD>\r
48 </TR>\r
49 \r
50 <TR>\r
51 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">\r
52 &nbsp;<A HREF="../../../../../com/sun/speech/freetts/package-summary.html"><B>PREV PACKAGE</B></A>&nbsp;\r
53 &nbsp;<A HREF="../../../../../com/sun/speech/freetts/cart/package-summary.html"><B>NEXT PACKAGE</B></A></FONT></TD>\r
54 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">\r
55   <A HREF="../../../../../index.html" target="_top"><B>FRAMES</B></A>  &nbsp;\r
56 &nbsp;<A HREF="package-summary.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;\r
57 &nbsp;<SCRIPT type="text/javascript">\r
58   <!--\r
59   if(window==top) {\r
60     document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');\r
61   }\r
62   //-->\r
63 </SCRIPT>\r
64 <NOSCRIPT>\r
65   <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>\r
66 </NOSCRIPT>
67 \r
68 </FONT></TD>\r
69 </TR>\r
70 </TABLE>\r
71 <A NAME="skip-navbar_top"></A>
72 <!-- ========= END OF TOP NAVBAR ========= -->\r
73 \r
74 <HR>\r
75 <H2>\r
76 Package com.sun.speech.freetts.audio\r
77 </H2>\r
78 Provides support for generic audio output for FreeTTS. \r
79 <P>\r
80 <B>See:</B>\r
81 <BR>\r
82 &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<A HREF="#package_description"><B>Description</B></A>\r
83 <P>\r
84
85 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">\r
86 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">\r
87 <TD COLSPAN=2><FONT SIZE="+2">\r
88 <B>Interface Summary</B></FONT></TD>\r
89 </TR>\r
90 <TR BGCOLOR="white" CLASS="TableRowColor">\r
91 <TD WIDTH="15%"><B><A HREF="../../../../../com/sun/speech/freetts/audio/AudioPlayer.html" title="interface in com.sun.speech.freetts.audio">AudioPlayer</A></B></TD>\r
92 <TD>Provides an  interface to the audio system for use by freetts.
93   </TD>\r
94 </TR>\r
95 </TABLE>\r
96 &nbsp;\r
97 \r
98 <P>\r
99
100 <TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY="">\r
101 <TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor">\r
102 <TD COLSPAN=2><FONT SIZE="+2">\r
103 <B>Class Summary</B></FONT></TD>\r
104 </TR>\r
105 <TR BGCOLOR="white" CLASS="TableRowColor">\r
106 <TD WIDTH="15%"><B><A HREF="../../../../../com/sun/speech/freetts/audio/JavaClipAudioPlayer.html" title="class in com.sun.speech.freetts.audio">JavaClipAudioPlayer</A></B></TD>\r
107 <TD>Provides an implementation of <code>AudioPlayer</code> that creates
108  javax.sound.sampled audio clips and outputs them via the
109  javax.sound API.  </TD>\r
110 </TR>\r
111 <TR BGCOLOR="white" CLASS="TableRowColor">\r
112 <TD WIDTH="15%"><B><A HREF="../../../../../com/sun/speech/freetts/audio/JavaStreamingAudioPlayer.html" title="class in com.sun.speech.freetts.audio">JavaStreamingAudioPlayer</A></B></TD>\r
113 <TD>Streams audio to java audio. </TD>\r
114 </TR>\r
115 <TR BGCOLOR="white" CLASS="TableRowColor">\r
116 <TD WIDTH="15%"><B><A HREF="../../../../../com/sun/speech/freetts/audio/MultiFile8BitAudioPlayer.html" title="class in com.sun.speech.freetts.audio">MultiFile8BitAudioPlayer</A></B></TD>\r
117 <TD>Streams audio to multiple files as 8-bit samples, one per utterance. 
118  </TD>\r
119 </TR>\r
120 <TR BGCOLOR="white" CLASS="TableRowColor">\r
121 <TD WIDTH="15%"><B><A HREF="../../../../../com/sun/speech/freetts/audio/MultiFileAudioPlayer.html" title="class in com.sun.speech.freetts.audio">MultiFileAudioPlayer</A></B></TD>\r
122 <TD>Streams audio to multiple files, one per utterance.</TD>\r
123 </TR>\r
124 <TR BGCOLOR="white" CLASS="TableRowColor">\r
125 <TD WIDTH="15%"><B><A HREF="../../../../../com/sun/speech/freetts/audio/NullAudioPlayer.html" title="class in com.sun.speech.freetts.audio">NullAudioPlayer</A></B></TD>\r
126 <TD>Provides an implementation of <code>AudioPlayer</code> that sends
127  all audio data to the bit bucket. </TD>\r
128 </TR>\r
129 <TR BGCOLOR="white" CLASS="TableRowColor">\r
130 <TD WIDTH="15%"><B><A HREF="../../../../../com/sun/speech/freetts/audio/RawFileAudioPlayer.html" title="class in com.sun.speech.freetts.audio">RawFileAudioPlayer</A></B></TD>\r
131 <TD>Provides an implementation of <code>AudioPlayer</code> that sends
132  all audio data to the given file.</TD>\r
133 </TR>\r
134 <TR BGCOLOR="white" CLASS="TableRowColor">\r
135 <TD WIDTH="15%"><B><A HREF="../../../../../com/sun/speech/freetts/audio/SingleFileAudioPlayer.html" title="class in com.sun.speech.freetts.audio">SingleFileAudioPlayer</A></B></TD>\r
136 <TD>Streams audio to a file.</TD>\r
137 </TR>\r
138 </TABLE>\r
139 &nbsp;\r
140 \r
141 <P>\r
142 <A NAME="package_description"><!-- --></A><H2>\r
143 Package com.sun.speech.freetts.audio Description\r
144 </H2>\r
145 \r
146 <P>\r
147 Provides support for generic audio output for FreeTTS. This package provides a
148 generic interface for audio output (<code>AudioPlayer</code>) as well
149 as several implementations of this interface. 
150
151 <!-- Put @see and @since tags down here. -->\r
152 <P>\r
153 \r
154 <P>\r
155 <HR>\r
156 \r
157
158 <!-- ======= START OF BOTTOM NAVBAR ====== -->\r
159 <A NAME="navbar_bottom"><!-- --></A>
160 <A HREF="#skip-navbar_bottom" title="Skip navigation links"></A>
161 <TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY="">\r
162 <TR>\r
163 <TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1">\r
164 <A NAME="navbar_bottom_firstrow"><!-- --></A>
165 <TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">\r
166   <TR ALIGN="center" VALIGN="top">\r
167   <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>\r
168   <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Package</B></FONT>&nbsp;</TD>\r
169   <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>\r
170   <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>\r
171   <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>\r
172   <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>\r
173   <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../../../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>\r
174   </TR>\r
175 </TABLE>\r
176 </TD>\r
177 <TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM>\r
178 </EM>\r
179 </TD>\r
180 </TR>\r
181 \r
182 <TR>\r
183 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">\r
184 &nbsp;<A HREF="../../../../../com/sun/speech/freetts/package-summary.html"><B>PREV PACKAGE</B></A>&nbsp;\r
185 &nbsp;<A HREF="../../../../../com/sun/speech/freetts/cart/package-summary.html"><B>NEXT PACKAGE</B></A></FONT></TD>\r
186 <TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">\r
187   <A HREF="../../../../../index.html" target="_top"><B>FRAMES</B></A>  &nbsp;\r
188 &nbsp;<A HREF="package-summary.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;\r
189 &nbsp;<SCRIPT type="text/javascript">\r
190   <!--\r
191   if(window==top) {\r
192     document.writeln('<A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>');\r
193   }\r
194   //-->\r
195 </SCRIPT>\r
196 <NOSCRIPT>\r
197   <A HREF="../../../../../allclasses-noframe.html"><B>All Classes</B></A>\r
198 </NOSCRIPT>
199 \r
200 </FONT></TD>\r
201 </TR>\r
202 </TABLE>\r
203 <A NAME="skip-navbar_bottom"></A>
204 <!-- ======== END OF BOTTOM NAVBAR ======= -->\r
205 \r
206 <HR>\r
207 \r
208 </BODY>\r
209 </HTML>\r