This is the HTML source code repository for the HTTP server RESTFUL wrapper of the multilingual open-source MARY text-to-speech platform (MARY TTS). MARY TTS can be find on this page.
Right click on file index.html
and opens it in the browser. marytts-html-frond
repository contains everything it needs to run successfully.
In order to use this source code with Mary TTS HTTP server wrapper, you first need to download the latest source code of Mary TTS HTTP server from this page.
To run the HTTP server you just have to execute this command in a terminal:
./gradlew bootRun
Refresh the page index.html
in browser using CTRL + R
to connect it with HTTP server.