mirror of
https://github.com/w-okada/voice-changer.git
synced 2025-02-03 16:53:55 +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
|