All AbelCam functionality has been terminated October 8th 2019
 
 
 
Navigation

Edit detail for Text To Speech revision 2 of 2

1 2
Editor: sse
Time: 2011/07/14 11:16:12 GMT+2
Note:

changed:
-Starting from version 4.2.1, AbelCams web server can convert text to speech.
Starting from version 4.2.1, !AbelCams web server can convert text to speech.

changed:
-&lt;html&gt;<br>
-&lt;head&gt;<br>
-	&lt;!--#include file="/include/header.inc" --&gt;<br>
-&lt;/head&gt;<br>
-&lt;body&gt;<br>
-&lt;!--#include file="/include/head.inc" --&gt;<br>
-&lt;h2&gt;AbelCam Say sample&lt;/h2&gt;<br>
-&lt;center&gt;&lt;table&gt;<br>
-&lt;tr&gt;&lt;td&gt;<br>
-	&lt;form action="say_this" method="GET"&gt;<br>
-		Enter some text below.&lt;br&gt;AbelCam will attempt to read it for you&lt;br&gt;<br>
-		&lt;input type=text name="say" size="100" maxsize="200"&gt;&lt;br&gt;<br>
-		&lt;input type="submit" value="Say!"&gt;<br>
-	&lt;/form&gt;<br>
-&lt;/td&gt;&lt;/tr&gt;<br>
-&lt;/table&gt;&lt;/center&gt;<br>
-&lt;/body&gt;<br>
-&lt;/html&gt;<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.

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:







AbelCam Say sample






Enter some text below.
AbelCam will attempt to read it for you