marytts / gradle-marytts-voicebuilding-plugin

A replacement for the legacy VoiceImportTools in MaryTTS
http://mary.dfki.de/
GNU General Public License v3.0
16 stars 12 forks source link

How to use this plugin? #101

Closed Waterbyte closed 6 years ago

Waterbyte commented 6 years ago

I couldn't find any documentation regarding the usage of this plugin. I am using marytts via server-client model. If I need to make a new voice, the old method of voice import doesn't work and this plugin is recommended. However, there is no way described to use this. Can you give me some general directions regarding its usage?

psibre commented 6 years ago

The plugin is under active development, but an older version is used for all of our voices (the marytts/voice-* repositories, e.g., marytts/voice-cmu-slt). Please have a look there.

Documentation will follow in the near future... =)

Waterbyte commented 6 years ago

Thanks for the reply. Sorry for bothering you but I looked at the repository. As far as I inferred, I downloaded this gradle-marytts-voicebuilding-plugin using git clone method. cd into the plugin folder. Installed software required for the plugin to work like sox, speech-tools, etc and from the root of the plugin folder, I ran the following command: ./gradlew legacyInit. The command didn't work as there was no task called legacyInit. Did I proceed the correct way?

psibre commented 6 years ago

This plugin is applied to other projects. This repository contains the source code to the plugin itself -- it builds the plugin, not a MaryTTS voice.

Waterbyte commented 6 years ago

OK, I guess I will wait for documentation.