bugfix: default record id is 0

This commit is contained in:
wataru 2023-02-20 07:14:05 +09:00
parent 1edc79864a
commit 0fa7a13aef

View File

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