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": " ",
|
||||
"sg_input_device": input_devices[sd.default.device[0]],
|
||||
"sg_output_device": output_devices[sd.default.device[1]],
|
||||
"threshold": "-60",
|
||||
"pitch": "12",
|
||||
"index_rate": "0.5",
|
||||
"threhold": "-45",
|
||||
"pitch": "0",
|
||||
"index_rate": "0",
|
||||
"block_time": "1",
|
||||
"crossfade_length": "0.15",
|
||||
"extra_time": "1.1",
|
||||
"crossfade_length": "0.04",
|
||||
"extra_time": "1",
|
||||
}
|
||||
return data
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user