https://github.com/open-mmlab/Amphion
Tip revision: a4c23e2e1f15e4be0b0c7194e6b69a82a4bb4a07 authored by Xueyao Zhang on 18 December 2023, 14:14:33 UTC
Amphion v0.1 Release (#39)
Amphion v0.1 Release (#39)
Tip revision: a4c23e2
tts.json
{
"base_config": "config/base.json",
"supported_model_type": [
"Fastspeech2",
"VITS",
"VALLE",
"NaturalSpeech2"
],
"task_type": "tts",
"preprocess": {
"language": "en-us",
// 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,
},
"model": {
"text_token_num": 512,
}
}
