hal/external/marytts-5.1.2/doc/examples/emospeak-applet.html
Ziver Koc 2df55ef214 Added Oregon protocoll
Former-commit-id: ad6e4110a0338bdc1190f593cb3bd1c64ac4965c
2015-11-19 01:27:18 +01:00

20 lines
592 B
HTML
Executable file

<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>