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