mirror of
https://github.com/w-okada/voice-changer.git
synced 2025-02-09 11:42:29 +03:00
8 lines
233 B
Python
8 lines
233 B
Python
RVC_MODEL_TYPE_NORMAL = 0
|
|
RVC_MODEL_TYPE_PITCHLESS = 1
|
|
RVC_MODEL_TYPE_WEBUI_256_NORMAL = 2
|
|
RVC_MODEL_TYPE_WEBUI_256_PITCHLESS = 3
|
|
RVC_MODEL_TYPE_WEBUI_768_NORMAL = 4
|
|
RVC_MODEL_TYPE_WEBUI_768_PITCHLESS = 5
|
|
RVC_MODEL_TYPE_UNKNOWN = 99
|