Browse Source

Add pointer to Speech4J

git-svn-id: https://svn.apache.org/repos/asf/ant/core/trunk@274725 13f79535-47bb-0310-9956-ffa450edef68
master
Stefan Bodewig 22 years ago
parent
commit
6d93fb1572
2 changed files with 81 additions and 0 deletions
  1. +52
    -0
      docs/external.html
  2. +29
    -0
      xdocs/external.xml

+ 52
- 0
docs/external.html View File

@@ -2411,6 +2411,58 @@
valign="top" align="left">
GNU General Public Licence (GPL)
</td>
</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:support@speech4j.com">support@speech4j.com</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">


+ 29
- 0
xdocs/external.xml View File

@@ -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:support@speech4j.com">support@speech4j.com</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


Loading…
Cancel
Save