Questions tagged [marytts]

MARY is an open-source, multilingual Text-to-Speech Synthesis platform written in Java.

MARY is an open-source, multilingual Text-to-Speech Synthesis platform written in Java. It was originally developed as a collaborative project of DFKI's Language Technology lab and the Institute of Phonetics at Saarland University and is now being maintained by DFKI.

https://github.com/marytts/marytts

23 questions
0
votes
0 answers

Too Few Observation Sequences while training new voice for MarryTTS

I'm trying to build a new voice for MaryTTS in German for a while now, but didn't succeed so far. I followed a tutorial (https://github.com/marytts/marytts/wiki/HMMVoiceCreation) and tried to understand each step. No matter what I do, I get stuck at…
Poehli
  • 307
  • 4
  • 16
0
votes
2 answers

Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:2.19.1:test (default-test) on project marytts-lang-en: There are test failures

I'm trying to build the maryTTS open Source text-to-speech engine , But i'm getting test-failures please help me out on this error Command i have used to build maryTTS project (Branch 5.x) is…
0
votes
1 answer

Mary TTS voice variation

I am using mary tts 5.1 and the voice dfki-prudence (English female). This voice variation is not working (in emotions like happy, sad, angry, etc.). But this emotion is working in the voice cmu-slt-hsmm(English female). Voice…
0
votes
1 answer

Adding voice to Mary TTS Java from folder

I have a few voices that I downloaded to a folder with Mary TTS. I have taken all the jar files of mary tts including voices. My problem is that I require the voices folder, how do I integrate that folder with java.
mnm
  • 1
  • 1
0
votes
1 answer

Mary TTS with HTML/JavaScript and PHP

I installed Mary TTS (version 5.1.2) on my Windows (and Linux computers). I started the Mary TTS server and the Mary TTS client, and I did some trials with text to audio conversion in the GUI window (its great). I would like to use Mary TTS on my…
blsn
  • 1,077
  • 3
  • 18
  • 38
0
votes
1 answer

Can't access OpenMary TTS from Azure endpoint

I just deployed an instance of OpenMary TTS server on my Windows 2012 Azure VM and configured ttp endpoints for both port 80 and the default 59125 ports. I've tried launching mary server using both ports and I can't access it externally using either…
Cliff
  • 10,586
  • 7
  • 61
  • 102
-1
votes
1 answer

Marytts export voice to executable jar

I am currently trying to use marytts in my project. Now I am trying to export my project to an executable jar file. The problem is I always get this error: java.lang.IllegalArgumentException: No such voice: bits3-hsmm In IntelliJ everything works…
Nicostisch
  • 13
  • 1
  • 3
1
2