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

Project layout ? #115

Closed ucasiggcas closed 4 years ago

ucasiggcas commented 5 years ago

hi, how to get the files ?

build
├── lab
│   ├── utt0001.lab
│   ├── utt0002.lab
│   ├── utt0003.lab
│   ├── utt0004.lab
│   └── utt0005.lab
├── text
│   ├── utt0001.txt
│   ├── utt0002.txt
│   ├── utt0003.txt
│   ├── utt0004.txt
│   └── utt0005.txt
└── resources
    └── data
        ├── utt0001.wav
        ├── utt0002.wav
        ├── utt0003.wav
        ├── utt0004.wav
        └── utt0005.wav

thx

muntasir2000 commented 4 years ago

I hope you have a speech corpus to train with. The wav and text files will come from that. And you need to apply https://github.com/marytts/gradle-marytts-kaldi-mfa-plugin to generate the lab files by aligning your wav and text files.

seblemaguer commented 4 years ago

= deleted command = (misread the readme)

ingosiegert commented 4 years ago

How do I apply the puglin? I cloned marytts and run ./gradlew build that worked. I than cloned gradle-marytts-voicebuilding-plugin and run ./gradlew build again and that worked too, but adding the line to gradle.build (at gradle-marytts-voicebuilding-plugin/) does not work anymore...

seblemaguer commented 4 years ago

I close the issue for now. @ingosiegert you should use the issue #130