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:
ms903x1 2023-06-08 21:29:34 +08:00 committed by GitHub
parent fada942ecd
commit ec83e10b8f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 5 deletions

10
gui.py
View File

@ -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