Skip to content

Commit 073a516

Browse files
authored
Add three languages in TTS (elizaOS#2562)
1 parent 0d986f6 commit 073a516

File tree

1 file changed

+42
-0
lines changed

1 file changed

+42
-0
lines changed

packages/plugin-tts/src/constants.ts

+42
Original file line numberDiff line numberDiff line change
@@ -237,6 +237,20 @@ export const VOICE_MAP: Record<string, VoiceOption[]> = {
237237
fullName: "Mary Narrative (Hebrew/Israeli)"
238238
}
239239
],
240+
'id': [
241+
{
242+
name: "Ignatius",
243+
style: "Conversational",
244+
region: "Malay",
245+
fullName: "Ignatius Conversational (Malay/Malay)"
246+
},
247+
{
248+
name: "Ignatius",
249+
style: "Narrative",
250+
region: "Malay",
251+
fullName: "Ignatius Narrative (Malay/Malay)"
252+
}
253+
],
240254
'ru': [
241255
{
242256
name: "Andrei",
@@ -251,6 +265,34 @@ export const VOICE_MAP: Record<string, VoiceOption[]> = {
251265
fullName: "Andrei Narrative (Russian/Russian)"
252266
}
253267
],
268+
'tl': [
269+
{
270+
name: "Aiken",
271+
style: "Conversational",
272+
region: "Filipino",
273+
fullName: "Aiken Conversational (Tagalog/Filipino)"
274+
},
275+
{
276+
name: "Aiken",
277+
style: "Narrative",
278+
region: "Filipino",
279+
fullName: "Aiken Narrative (Tagalog/Filipino)"
280+
}
281+
],
282+
'mk': [
283+
{
284+
name: "Aleksa",
285+
style: "Conversational",
286+
region: "Serbian",
287+
fullName: "Aleksa Conversational (Serbian/Serbian)"
288+
},
289+
{
290+
name: "Aleksa",
291+
style: "Narrative",
292+
region: "Serbian",
293+
fullName: "Aleksa Narrative (Serbian/Serbian)"
294+
}
295+
],
254296
'ne': [
255297
{
256298
name: "Anuj",

0 commit comments

Comments
 (0)