mirror of
https://github.com/RVC-Boss/GPT-SoVITS.git
synced 2025-10-07 23:48:48 +08:00
Added more extensions and
converted them into a set.
This commit is contained in:
parent
a4dd510c14
commit
5e6352aafb
26
config.py
26
config.py
@ -15,18 +15,32 @@ bert_path = "GPT_SoVITS/pretrained_models/chinese-roberta-wwm-ext-large"
|
|||||||
pretrained_sovits_path = "GPT_SoVITS/pretrained_models/s2G488k.pth"
|
pretrained_sovits_path = "GPT_SoVITS/pretrained_models/s2G488k.pth"
|
||||||
pretrained_gpt_path = "GPT_SoVITS/pretrained_models/s1bert25hz-2kh-longer-epoch=68e-step=50232.ckpt"
|
pretrained_gpt_path = "GPT_SoVITS/pretrained_models/s1bert25hz-2kh-longer-epoch=68e-step=50232.ckpt"
|
||||||
|
|
||||||
AUDIO_EXTENSIONS = [
|
AUDIO_EXTENSIONS = {
|
||||||
"mp3",
|
"mp3",
|
||||||
"wav",
|
"wav",
|
||||||
|
"aac",
|
||||||
"flac",
|
"flac",
|
||||||
"ogg",
|
"ogg",
|
||||||
"m4a",
|
|
||||||
"wma",
|
"wma",
|
||||||
"aac",
|
|
||||||
"aiff",
|
"aiff",
|
||||||
"aif",
|
"alac",
|
||||||
"aifc",
|
"m4a",
|
||||||
]
|
"opus",
|
||||||
|
"ra",
|
||||||
|
"amr",
|
||||||
|
"dts"
|
||||||
|
"mpc",
|
||||||
|
"tta",
|
||||||
|
"aiff",
|
||||||
|
"au",
|
||||||
|
"3gp",
|
||||||
|
"mka",
|
||||||
|
"voc",
|
||||||
|
"ape",
|
||||||
|
"caf",
|
||||||
|
"m3u",
|
||||||
|
"pls",
|
||||||
|
}
|
||||||
|
|
||||||
exp_root = "logs"
|
exp_root = "logs"
|
||||||
python_exec = sys.executable or "python"
|
python_exec = sys.executable or "python"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user