mirror of
https://github.com/w-okada/voice-changer.git
synced 2025-02-09 11:42:29 +03:00
5 lines
114 B
Python
5 lines
114 B
Python
RVC_MODEL_TYPE_NORMAL = 0
|
|
RVC_MODEL_TYPE_PITCH_LESS = 1
|
|
RVC_MODEL_TYPE_NORMAL_768 = 2
|
|
RVC_MODEL_TYPE_UNKNOWN = 99
|