Skip to content

stts-se/marytts

 
 

Repository files navigation

MaryTTS

Build Status

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.

Setting up MaryTTS for Wikispeech

1. Basic setup

./gradlew installDist

2. Install voices

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/

Running MaryTTS

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

About

MARY TTS -- an open-source, multilingual text-to-speech synthesis system written in pure java

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 97.5%
  • XSLT 0.8%
  • HTML 0.8%
  • Shell 0.3%
  • JavaScript 0.2%
  • Groovy 0.2%
  • Other 0.2%