mirror of
https://github.com/RVC-Project/Retrieval-based-Voice-Conversion-WebUI.git
synced 2026-01-19 18:41:52 +00:00
optimize: move values1.json to configs/config.json
This commit is contained in:
14
configs/config.json
Normal file
14
configs/config.json
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"pth_path": "weights/kikiV1.pth",
|
||||
"index_path": "logs/kikiV1.index",
|
||||
"sg_input_device": "VoiceMeeter Output (VB-Audio Vo (MME)",
|
||||
"sg_output_device": "VoiceMeeter Aux Input (VB-Audio (MME)",
|
||||
"threhold": -45.0,
|
||||
"pitch": 0.0,
|
||||
"index_rate": 1.0,
|
||||
"block_time": 0.09,
|
||||
"crossfade_length": 0.15,
|
||||
"extra_time": 5.0,
|
||||
"n_cpu": 8.0,
|
||||
"f0method": "rmvpe"
|
||||
}
|
||||
Reference in New Issue
Block a user