mirror of
https://github.com/w-okada/voice-changer.git
synced 2025-03-11 09:58:49 +03:00
bugfix: default record id is 0
This commit is contained in:
parent
1edc79864a
commit
0fa7a13aef
@ -98,7 +98,7 @@ class VocieChangerSettings():
|
||||
|
||||
f0Factor: float = 1.0
|
||||
f0Detector: str = "dio" # dio or harvest
|
||||
recordIO: int = 1 # 0:off, 1:on
|
||||
recordIO: int = 0 # 0:off, 1:on
|
||||
|
||||
framework: str = "PyTorch" # PyTorch or ONNX
|
||||
pyTorchModelFile: str = ""
|
||||
|
Loading…
x
Reference in New Issue
Block a user