mirror of
https://github.com/Anjok07/ultimatevocalremovergui.git
synced 2024-11-12 01:50:48 +01:00
Add files via upload
This commit is contained in:
parent
2470e4021e
commit
2508355443
1
UVR.py
1
UVR.py
@ -63,7 +63,6 @@ banner_placement = -2
|
||||
|
||||
if OPERATING_SYSTEM=="Darwin":
|
||||
OPEN_FILE_func = lambda input_string:subprocess.Popen(["open", input_string])
|
||||
is_dnd_compatible = False if SYSTEM_PROC == ARM or ARM in SYSTEM_ARCH else True
|
||||
dnd_path_check = MAC_DND_CHECK
|
||||
banner_placement = -8
|
||||
current_patch = PATCH_MAC
|
||||
|
@ -18,7 +18,7 @@ else:
|
||||
from . import pyrb
|
||||
|
||||
if OPERATING_SYSTEM == 'Darwin':
|
||||
wav_resolution = "sinc_fastest" if SYSTEM_PROC == ARM or ARM in SYSTEM_ARCH else 'polyphase'
|
||||
wav_resolution = "polyphase" if SYSTEM_PROC == ARM or ARM in SYSTEM_ARCH else 'sinc_fastest'
|
||||
else:
|
||||
wav_resolution = "sinc_fastest"
|
||||
|
||||
|
BIN
lib_v5/vr_network/__pycache__/__init__.cpython-310.pyc
Normal file
BIN
lib_v5/vr_network/__pycache__/__init__.cpython-310.pyc
Normal file
Binary file not shown.
BIN
lib_v5/vr_network/__pycache__/layers.cpython-310.pyc
Normal file
BIN
lib_v5/vr_network/__pycache__/layers.cpython-310.pyc
Normal file
Binary file not shown.
BIN
lib_v5/vr_network/__pycache__/layers_new.cpython-310.pyc
Normal file
BIN
lib_v5/vr_network/__pycache__/layers_new.cpython-310.pyc
Normal file
Binary file not shown.
BIN
lib_v5/vr_network/__pycache__/model_param_init.cpython-310.pyc
Normal file
BIN
lib_v5/vr_network/__pycache__/model_param_init.cpython-310.pyc
Normal file
Binary file not shown.
BIN
lib_v5/vr_network/__pycache__/nets.cpython-310.pyc
Normal file
BIN
lib_v5/vr_network/__pycache__/nets.cpython-310.pyc
Normal file
Binary file not shown.
BIN
lib_v5/vr_network/__pycache__/nets_new.cpython-310.pyc
Normal file
BIN
lib_v5/vr_network/__pycache__/nets_new.cpython-310.pyc
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user