hal/external/marytts-5.1.2/doc/examples/emospeak-applet.html
Ziver Koc 53da641909 Added voice control
Former-commit-id: 6f69079bf44f0d8f9ae40de6b0f1638d103464c2
2015-05-13 21:14:10 +00:00

20 lines
592 B
HTML

<HTML>
<HEAD>
<TITLE>EmoSpeak Applet</TITLE>
</HEAD>
<BODY>
<H3><HR WIDTH="100%">EmoSpeak Applet<HR WIDTH="100%"></H3>
To properly run the emospeak applet, the following conditions must be fulfilled:
<br>
1. The emospeakapplet.jar and maryclient.jar files must be in the same directory as this html file.
<br>
2. On the server machine from which the html file is loaded, a MARY server with German voices must be running.
<br>
<P>
<APPLET archive="emospeakapplet.jar, maryclient.jar" code="marytts.tools.emospeak.EmoSpeakApplet.class" width=550 height=600></APPLET>
</P>
</BODY>
</HTML>