# marytts-http-server **Repository Path**: st0910/marytts-http-server ## Basic Information - **Project Name**: marytts-http-server - **Description**: No description available - **Primary Language**: Unknown - **License**: LGPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-09-19 - **Last Updated**: 2025-09-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README MARY TTS README =============== This is the 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](https://github.com/marytts/marytts/)**. The code comes under the Lesser General Public License LGPL version 3 -- see LICENSE.txt for details. Running ------- To run the server you just have to execute this command in a terminal : ``` ./gradlew bootRun ``` You can access to the server through this address ``` http://localhost:59125 ```