Skip to content

Commit 3172fb6

Browse files
author
AWS
committed
Amazon Polly Update: Amazon Polly adds new Catalan voice - Arlet. Arlet is available as Neural voice only.
1 parent df40cc4 commit 3172fb6

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"type": "feature",
3+
"category": "Amazon Polly",
4+
"contributor": "",
5+
"description": "Amazon Polly adds new Catalan voice - Arlet. Arlet is available as Neural voice only."
6+
}

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

+5-3
Original file line numberDiff line numberDiff line change
@@ -416,7 +416,8 @@
416416
"sv-SE",
417417
"tr-TR",
418418
"en-NZ",
419-
"en-ZA"
419+
"en-ZA",
420+
"ca-ES"
420421
]
421422
},
422423
"LanguageCodeList":{
@@ -910,7 +911,7 @@
910911
},
911912
"ContentType":{
912913
"shape":"ContentType",
913-
"documentation":"<p> Specifies the type audio stream. This should reflect the <code>OutputFormat</code> parameter in your request. </p> <ul> <li> <p> If you request <code>mp3</code> as the <code>OutputFormat</code>, the <code>ContentType</code> returned is audio/mpeg. </p> </li> <li> <p> If you request <code>ogg_vorbis</code> as the <code>OutputFormat</code>, the <code>ContentType</code> returned is audio/ogg. </p> </li> <li> <p> If you request <code>pcm</code> as the <code>OutputFormat</code>, the <code>ContentType</code> returned is audio/pcm in a signed 16-bit, 1 channel (mono), little-endian format. </p> </li> <li> <p>If you request <code>json</code> as the <code>OutputFormat</code>, the <code>ContentType</code> returned is audio/json.</p> </li> </ul> <p> </p>",
914+
"documentation":"<p> Specifies the type audio stream. This should reflect the <code>OutputFormat</code> parameter in your request. </p> <ul> <li> <p> If you request <code>mp3</code> as the <code>OutputFormat</code>, the <code>ContentType</code> returned is audio/mpeg. </p> </li> <li> <p> If you request <code>ogg_vorbis</code> as the <code>OutputFormat</code>, the <code>ContentType</code> returned is audio/ogg. </p> </li> <li> <p> If you request <code>pcm</code> as the <code>OutputFormat</code>, the <code>ContentType</code> returned is audio/pcm in a signed 16-bit, 1 channel (mono), little-endian format. </p> </li> <li> <p>If you request <code>json</code> as the <code>OutputFormat</code>, the <code>ContentType</code> returned is application/x-json-stream.</p> </li> </ul> <p> </p>",
914915
"location":"header",
915916
"locationName":"Content-Type"
916917
},
@@ -1073,7 +1074,8 @@
10731074
"Zeina",
10741075
"Zhiyu",
10751076
"Aria",
1076-
"Ayanda"
1077+
"Ayanda",
1078+
"Arlet"
10771079
]
10781080
},
10791081
"VoiceList":{

0 commit comments

Comments
 (0)