This is a copy of the source code repository for MaryTTS, adapted by STTS for use with the Wikispeech engine.
MaryTTS is a multilingual open-source MARY text-to-speech platform (MaryTTS). MaryTTS is a client-server system written in pure Java, so it runs on many platforms.
For a downloadable package ready for use, see the releases page.
For documentation on using MaryTTS from various angles, see the wiki.
Older documentation can also be found at http://mary.dfki.de and https://mary.opendfki.de.
This README is part of the the MaryTTS source code repository. It contains information about compiling and developing the MaryTTS sources.
The code comes under the Lesser General Public License LGPL version 3 -- see LICENSE.md for details.
./gradlew installDist
cp stts_voices/voice-ar-nah-hsmm-5.2.jar stts_voices/voice-dfki-spike-hsmm-5.1.jar stts_voices/voice-stts_no_nst-hsmm-5.2.jar stts_voices/voice-stts_sv_nst-hsmm-5.2-SNAPSHOT.jar build/install/marytts/lib/
Run ./gradlew run
(or gradlew.bat run
on Windows) to start a MaryTTS server.
Then access it at http://localhost:59125 using your web browser.
- Further information on MaryTTS can be found in the original README file.
- MaryTTS master branch on Github