mirror of https://github.com/coqui-ai/TTS.git
Update recipes README.md
This commit is contained in:
parent
c0746f23df
commit
29139172fa
|
@ -11,6 +11,12 @@ $ sh ./recipes/<dataset>/download_<dataset>.sh
|
||||||
$ python recipes/<dataset>/<model_name>/train.py
|
$ python recipes/<dataset>/<model_name>/train.py
|
||||||
```
|
```
|
||||||
|
|
||||||
|
For some datasets you might need to resample the audio files. For example, VCTK dataset can be resampled to 22050Hz as follows.
|
||||||
|
|
||||||
|
```console
|
||||||
|
python TTS/bin/resample.py --input_dir recipes/vctk/VCTK/wav48_silence_trimmed --output_sr 22050 --output_dir recipes/vctk/VCTK/wav48_silence_trimmed --n_jobs 8 --file_ext flac
|
||||||
|
```
|
||||||
|
|
||||||
If you train a new model using TTS, feel free to share your training to expand the list of recipes.
|
If you train a new model using TTS, feel free to share your training to expand the list of recipes.
|
||||||
|
|
||||||
You can also open a new discussion and share your progress with the 🐸 community.
|
You can also open a new discussion and share your progress with the 🐸 community.
|
Loading…
Reference in New Issue