This commit is contained in:
DelLevin-Home
2026-06-17 21:05:01 +08:00
parent 835e22b6dc
commit d94a9bad1b
13 changed files with 464 additions and 38 deletions

View File

@@ -1,7 +1,7 @@
{
"threshold": -41,
"min_length": 5000,
"min_interval": 300,
"min_interval": 500,
"hop_size": 10,
"max_sil_kept": 1000
}

View File

@@ -4,13 +4,13 @@
"model_dir_mode": "absolute",
"index_dir": "E:\\AI\\RVC\\rvc_con\\index",
"index_dir_mode": "absolute",
"last_model": "",
"last_index": "",
"last_model": "bubu-sing.pth",
"last_index": "E:\\AI\\RVC\\rvc_con\\index\\bubu-sing_v2.index",
"f0_up_key": 0,
"f0_method": "rmvpe",
"index_rate": 0.75,
"index_rate": 1,
"filter_radius": 3,
"resample_sr": 22050,
"rms_mix_rate": 0.25,
"protect": 0.33
"resample_sr": 32000,
"rms_mix_rate": 0.5,
"protect": 0.37
}