https://github.com/open-mmlab/Amphion
Tip revision: 6e9d34f498b41f12f889923566ddaafd6f50e8cc authored by zyingt on 23 February 2024, 15:03:35 UTC
Support Multi-speaker VITS (#131)
Support Multi-speaker VITS (#131)
Tip revision: 6e9d34f
tts.json
{
"base_config": "config/base.json",
"supported_model_type": [
"Fastspeech2",
"VITS",
"VALLE",
"NaturalSpeech2"
],
"task_type": "tts",
"preprocess": {
"language": "en-us", // espeak supports 100 languages https://github.com/espeak-ng/espeak-ng/blob/master/docs/languages.md
// linguistic features
"extract_phone": true,
"phone_extractor": "espeak", // "espeak, pypinyin, pypinyin_initials_finals, lexicon (only for language=en-us right now)"
"lexicon_path": "./text/lexicon/librispeech-lexicon.txt",
// Directory names of processed data or extracted features
"phone_dir": "phones",
"use_phone": true,
"add_blank": true
},
"model": {
"text_token_num": 512,
}
}
