mirror of
https://github.com/RVC-Project/Retrieval-based-Voice-Conversion-WebUI.git
synced 2025-02-12 00:22:50 +08:00
Update gui.py default config (#482)
* Update envfilescheck.bat add pretrained_v2 and uvr5 update * Update envfilescheck.bat fix bug * Update envfilescheck.bat fix bug * Update data_utils.py fix bug where data exceeding 4s is filtered out. * Update gui.py Update default config * Update gui.py fix json bug
This commit is contained in:
parent
fada942ecd
commit
ec83e10b8f
10
gui.py
10
gui.py
@ -265,12 +265,12 @@ class GUI:
|
|||||||
"index_path": " ",
|
"index_path": " ",
|
||||||
"sg_input_device": input_devices[sd.default.device[0]],
|
"sg_input_device": input_devices[sd.default.device[0]],
|
||||||
"sg_output_device": output_devices[sd.default.device[1]],
|
"sg_output_device": output_devices[sd.default.device[1]],
|
||||||
"threshold": "-60",
|
"threhold": "-45",
|
||||||
"pitch": "12",
|
"pitch": "0",
|
||||||
"index_rate": "0.5",
|
"index_rate": "0",
|
||||||
"block_time": "1",
|
"block_time": "1",
|
||||||
"crossfade_length": "0.15",
|
"crossfade_length": "0.04",
|
||||||
"extra_time": "1.1",
|
"extra_time": "1",
|
||||||
}
|
}
|
||||||
return data
|
return data
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user