feat: add Vietnamese language to support (#1043)
* feat: add vietnamese language to support * fix: update Vietnamese language name to native form --------- Co-authored-by: Ryan <trongdv@coccoc.com>
This commit is contained in:
@@ -42,5 +42,9 @@
|
||||
{
|
||||
"code": "th-TH",
|
||||
"name": "แบบไทย"
|
||||
},
|
||||
{
|
||||
"code": "vi-VN",
|
||||
"name": "Tiếng Việt"
|
||||
}
|
||||
]
|
||||
|
||||
@@ -699,6 +699,36 @@ export const TTS_PROVIDERS: { [key: string]: any } = {
|
||||
value: "th-TH-AcharaNeural",
|
||||
language: "th-TH",
|
||||
},
|
||||
{
|
||||
label: "An (Female)",
|
||||
value: "vi-VN-HoaiMyNeural",
|
||||
language: "vi-VN",
|
||||
},
|
||||
{
|
||||
label: "Hoai (Male)",
|
||||
value: "vi-VN-NamMinhNeural",
|
||||
language: "vi-VN",
|
||||
},
|
||||
{
|
||||
label: "Giang (Female)",
|
||||
value: "vi-VN-NgocHoaiGiangNeural",
|
||||
language: "vi-VN",
|
||||
},
|
||||
{
|
||||
label: "Linh (Female)",
|
||||
value: "vi-VN-ThanhLinhNeural",
|
||||
language: "vi-VN",
|
||||
},
|
||||
{
|
||||
label: "Mai (Female)",
|
||||
value: "vi-VN-HuuMaiNeural",
|
||||
language: "vi-VN",
|
||||
},
|
||||
{
|
||||
label: "Nam (Male)",
|
||||
value: "vi-VN-HoaiNamNeural",
|
||||
language: "vi-VN",
|
||||
},
|
||||
],
|
||||
},
|
||||
configurable: ["model", "language", "voice"],
|
||||
|
||||
Reference in New Issue
Block a user