File tree 1 file changed +42
-0
lines changed
1 file changed +42
-0
lines changed Original file line number Diff line number Diff line change @@ -237,6 +237,20 @@ export const VOICE_MAP: Record<string, VoiceOption[]> = {
237
237
fullName : "Mary Narrative (Hebrew/Israeli)"
238
238
}
239
239
] ,
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
+ ] ,
240
254
'ru' : [
241
255
{
242
256
name : "Andrei" ,
@@ -251,6 +265,34 @@ export const VOICE_MAP: Record<string, VoiceOption[]> = {
251
265
fullName : "Andrei Narrative (Russian/Russian)"
252
266
}
253
267
] ,
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
+ ] ,
254
296
'ne' : [
255
297
{
256
298
name : "Anuj" ,
You can’t perform that action at this time.
0 commit comments