/springboot-tts

MaryTTS with SpringBoot (Text to Speech)

Primary LanguageJavaGNU General Public License v3.0GPL-3.0

Mary TTS with SpringBoot

This project is an implementation of MaryTTS project with Spring-Boot Framework.


Prerequisite

You should have basic knowledge of Java, SpringBoot, Maven

Compilation

Clone the repo and run the below command from the root of the project

mvn clean package

This will consume some time and bandwidth if you are runnning it first time.

In the mean time, you can import this project in IntelliJ IDEA as it is made on it to see the structure.

After successfull deployment, you will get ROOT.war file in deployments directory

Execute

You project is ready to ship. Deploy it on Jetty or see the power of SpringBoot using below command

java -jar deployments/ROOT.war

Go to this address:

http://localhost:8080/audio?text=this%20program%20is%20working%20fine

Your browser will download audio.wav file. Run it using any Media Player.

Any ideas to improve the project are welcomed.