mirror of
https://github.com/dograh-hq/dograh.git
synced 2026-06-10 08:05:22 +02:00
66 lines
936 B
Python
66 lines
936 B
Python
SARVAM_TTS_MODELS = ("bulbul:v2", "bulbul:v3")
|
|
SARVAM_V2_VOICES = (
|
|
"anushka",
|
|
"manisha",
|
|
"vidya",
|
|
"arya",
|
|
"abhilash",
|
|
"karun",
|
|
"hitesh",
|
|
)
|
|
SARVAM_V3_VOICES = (
|
|
"shubh",
|
|
"aditya",
|
|
"ritu",
|
|
"priya",
|
|
"neha",
|
|
"rahul",
|
|
"pooja",
|
|
"rohan",
|
|
"simran",
|
|
"kavya",
|
|
"amit",
|
|
"dev",
|
|
"ishita",
|
|
"shreya",
|
|
"ratan",
|
|
"varun",
|
|
"manan",
|
|
"sumit",
|
|
"roopa",
|
|
"kabir",
|
|
"aayan",
|
|
"ashutosh",
|
|
"advait",
|
|
"amelia",
|
|
"sophia",
|
|
"anand",
|
|
"tanya",
|
|
"tarun",
|
|
"sunny",
|
|
"mani",
|
|
"gokul",
|
|
"vijay",
|
|
"shruti",
|
|
"suhani",
|
|
"mohit",
|
|
"kavitha",
|
|
"rehan",
|
|
"soham",
|
|
"rupali",
|
|
)
|
|
SARVAM_LANGUAGES = (
|
|
"bn-IN",
|
|
"en-IN",
|
|
"gu-IN",
|
|
"hi-IN",
|
|
"kn-IN",
|
|
"ml-IN",
|
|
"mr-IN",
|
|
"od-IN",
|
|
"pa-IN",
|
|
"ta-IN",
|
|
"te-IN",
|
|
"as-IN",
|
|
)
|
|
SARVAM_STT_MODELS = ("saarika:v2.5", "saaras:v2")
|