Skip to content

Commit 9c5d100

Browse files
author
AWS
committed
Amazon Polly Update: Add two new neural voices - Ola (pl-PL) and Hala (ar-AE).
1 parent 89e6f7f commit 9c5d100

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "Amazon Polly",
4+
"contributor": "",
5+
"description": "Add two new neural voices - Ola (pl-PL) and Hala (ar-AE)."
6+
}

services/polly/src/main/resources/codegen-resources/service-2.json

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -419,7 +419,8 @@
419419
"en-ZA",
420420
"ca-ES",
421421
"de-AT",
422-
"yue-CN"
422+
"yue-CN",
423+
"ar-AE"
423424
]
424425
},
425426
"LanguageCodeList":{
@@ -1088,7 +1089,9 @@
10881089
"Laura",
10891090
"Elin",
10901091
"Ida",
1091-
"Suvi"
1092+
"Suvi",
1093+
"Ola",
1094+
"Hala"
10921095
]
10931096
},
10941097
"VoiceList":{

0 commit comments

Comments
 (0)