Skip to content

Commit 6fc2f2d

Browse files
author
AWS
committed
Amazon Polly Update: Add support for Mu-law and A-law codecs for output format
1 parent 31129be commit 6fc2f2d

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
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 support for Mu-law and A-law codecs for output format"
6+
}

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -697,7 +697,9 @@
697697
"mp3",
698698
"ogg_opus",
699699
"ogg_vorbis",
700-
"pcm"
700+
"pcm",
701+
"mulaw",
702+
"alaw"
701703
]
702704
},
703705
"OutputS3BucketName":{

0 commit comments

Comments
 (0)