bodewig 2003/06/27 05:54:14 Modified: docs external.html xdocs external.xml Log: Add pointer to Speech4J Revision Changes Path 1.120 +52 -0 ant/docs/external.html Index: external.html =================================================================== RCS file: /home/cvs/ant/docs/external.html,v retrieving revision 1.119 retrieving revision 1.120 diff -u -r1.119 -r1.120 --- external.html 25 Jun 2003 08:10:50 -0000 1.119 +++ external.html 27 Jun 2003 12:54:14 -0000 1.120 @@ -2414,6 +2414,58 @@ </tr> </table> <h4 class="subsection"> + <a name="Speech4J"></a> + Speech4J + </h4> + <p>A text-to-speech task and build listener, which produce + voice output either to speakers or .wav file (the task + only).</p> + <table class="ForrestTable" cellspacing="1" cellpadding="4"> + <tr> + <th colspan="1" rowspan="1" + valign="top" align="left"> + Compatibility: + </th> + <td colspan="1" rowspan="1" + valign="top" align="left"> + Tested with Ant 1.5.2. Works only on Windows platform + because the task uses Microsoft Speech API through + JNI. + </td> + </tr> + <tr> + <th colspan="1" rowspan="1" + valign="top" align="left"> + URL: + </th> + <td colspan="1" rowspan="1" + valign="top" align="left"> + <a href="http://www.speech4j.com/">http://www.speech4j.com/</a> + </td> + </tr> + <tr> + <th colspan="1" rowspan="1" + valign="top" align="left"> + Contact: + </th> + <td colspan="1" rowspan="1" + valign="top" align="left"> + <a href="mailto:[EMAIL PROTECTED]">[EMAIL PROTECTED]</a> + </td> + </tr> + <tr> + <th colspan="1" rowspan="1" + valign="top" align="left"> + License: + </th> + <td colspan="1" rowspan="1" + valign="top" align="left"> + Lite edition of Speech4j which includes both the task + and the listener is free. + </td> + </tr> + </table> + <h4 class="subsection"> <a name="Styler"></a> Styler </h4> 1.87 +29 -0 ant/xdocs/external.xml Index: external.xml =================================================================== RCS file: /home/cvs/ant/xdocs/external.xml,v retrieving revision 1.86 retrieving revision 1.87 diff -u -r1.86 -r1.87 --- external.xml 23 Jun 2003 11:47:29 -0000 1.86 +++ external.xml 27 Jun 2003 12:54:14 -0000 1.87 @@ -1266,6 +1266,35 @@ </table> </subsection> + <subsection name="Speech4J"> + + <p>A text-to-speech task and build listener, which produce + voice output either to speakers or .wav file (the task + only).</p> + + <table> + <tr> + <th>Compatibility:</th> + <td>Tested with Ant 1.5.2. Works only on Windows platform + because the task uses Microsoft Speech API through + JNI.</td> + </tr> + <tr> + <th>URL:</th> + <td><a href="http://www.speech4j.com/">http://www.speech4j.com/</a></td> + </tr> + <tr> + <th>Contact:</th> + <td><a href="mailto:[EMAIL PROTECTED]">[EMAIL PROTECTED]</a></td> + </tr> + <tr> + <th>License:</th> + <td>Lite edition of Speech4j which includes both the task + and the listener is free.</td> + </tr> + </table> + </subsection> + <subsection name="Styler"> <p>The styler task makes useful combinations of XSLT transformations
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]