Hello all,<br><br>I have been playing with MaryTTS git source from HEAD for around a month now, and I found it to be an extremely useful tool. <br>However i cant install new voices in the eclipse source (which i had done using the old 4.3.0 with no problems).<br>
<br>Currently i have used the installerGUI which has downloaded the voices to lib/voices and to download folders. However the server was not searching for this directories.<br>Now I have included within the runtime build path the jars that came with each voice, in attempt to fix this.<br>
<br>But now it returns an error:<br><br>MARY server 5.1-SNAPSHOT starting as a HTTP server...Exception in thread &quot;main&quot; java.lang.Exception: Problem starting module Synthesis<br>    at marytts.server.Mary.startModules(Mary.java:150)<br>
    at marytts.server.Mary.startup(Mary.java:298)<br>    at marytts.server.Mary.startup(Mary.java:205)<br>    at marytts.server.Mary.main(Mary.java:508)<br>Caused by: marytts.exceptions.MaryConfigurationException: Cannot instantiate voice &#39;dfki-obadiah&#39;<br>
    at marytts.modules.synthesis.Voice.&lt;init&gt;(Voice.java:207)<br>    at marytts.unitselection.UnitSelectionVoice.&lt;init&gt;(UnitSelectionVoice.java:84)<br>    at marytts.unitselection.UnitSelectionSynthesizer.startup(UnitSelectionSynthesizer.java:96)<br>
    at marytts.modules.Synthesis.startupSynthesizers(Synthesis.java:82)<br>    at marytts.modules.Synthesis.startup(Synthesis.java:72)<br>    at marytts.server.Mary.startModules(Mary.java:148)<br>    ... 3 more<br>Caused by: java.lang.RuntimeException: File [.\lib\voices\dfki-obadiah\vocalization_units.mry] was not found.<br>
    at marytts.vocalizations.VocalizationUnitFileReader.load(VocalizationUnitFileReader.java:95)<br>    at marytts.vocalizations.VocalizationUnitFileReader.&lt;init&gt;(VocalizationUnitFileReader.java:79)<br>    at marytts.vocalizations.VocalizationSynthesizer.&lt;init&gt;(VocalizationSynthesizer.java:65)<br>
    at marytts.modules.synthesis.Voice.init(Voice.java:237)<br>    at marytts.modules.synthesis.Voice.&lt;init&gt;(Voice.java:205)<br>    ... 8 more<br>Exception in thread &quot;Thread-1&quot; java.lang.IllegalStateException: MARY system is not running<br>
    at marytts.server.Mary.shutdown(Mary.java:384)<br>    at marytts.server.Mary$2.run(Mary.java:290)<br><br>How can i add the voices to the eclipse source? What I am doing wrong.<br>Please continue this project the source quality is one of the best I have seen in allot open-source projects.<br>
<br><br>Kind Regards<br><br>Ricardo Duarte<br><br>