1
0
mirror of https://github.com/fumiama/Retrieval-based-Voice-Conversion-WebUI.git synced 2026-06-05 01:10:22 +08:00

optimize(train): move discriminators into rvc

This commit is contained in:
源文雨
2024-06-10 01:10:57 +09:00
parent 360318b2f5
commit b23ea7c6e7
4 changed files with 181 additions and 188 deletions

View File

@@ -1 +1,21 @@
{"pth_path": "", "index_path": "", "sg_hostapi": "MME", "sg_wasapi_exclusive": false, "sg_input_device": "", "sg_output_device": "", "sr_type": "sr_device", "threhold": -60.0, "pitch": 12.0, "formant": 0.0, "rms_mix_rate": 0.5, "index_rate": 0.0, "block_time": 0.15, "crossfade_length": 0.08, "extra_time": 2.0, "n_cpu": 4.0, "use_jit": false, "use_pv": false, "f0method": "fcpe"}
{
"pth_path": "",
"index_path": "",
"sg_hostapi": "MME",
"sg_wasapi_exclusive": false,
"sg_input_device": "",
"sg_output_device": "",
"sr_type": "sr_device",
"threhold": -60.0,
"pitch": 12.0,
"formant": 0.0,
"rms_mix_rate": 0.5,
"index_rate": 0.0,
"block_time": 0.15,
"crossfade_length": 0.08,
"extra_time": 2.0,
"n_cpu": 4.0,
"use_jit": false,
"use_pv": false,
"f0method": "fcpe"
}