Starting from version 4.2.1, AbelCams
? web server can convert text to speech.
Use this url to say something if the
Speech Interface is active:
http://localhost:8080/say_this?Hello+World
use
+ or
%20 for spaces.
Sample html code to use this function:
<html>
<head>
<!--#include file="/include/header.inc" -->
</head>
<body>
<!--#include file="/include/head.inc" -->
<h2>AbelCam Say sample</h2>
<center><table>
<tr><td>
<form action="say_this" method="GET">
Enter some text below.<br>AbelCam will attempt to read it for you<br>
<input type=text name="say" size="100" maxsize="200"><br>
<input type="submit" value="Say!">
</form>
</td></tr>
</table></center>
</body>
</html>