Clone this repo:
  1. ad87696 Merge remote-tracking branch 'gerrit/upstream' into 2024-02-15-merge-github by Sebastian Berlin · 10 months ago master
  2. a194604 Generate HAProxy configuration from environment variables by kalle · 3 years, 8 months ago
  3. ab9df53 Add pipeline publish stage by kalle · 4 years, 2 months ago
  4. 0e4c201 Instructions on how to fetch upstream changes and merge them to Gerrit. by kalle · 4 years, 5 months ago
  5. 646dd97 Invalid pipeline config fixed by kalle · 4 years, 5 months ago

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

  • Further information on MaryTTS can be found in the original README file.
  • MaryTTS master branch on Github
  NODES
os 3
server 2
text 1
web 1