Skip to content

Commit 395498c

Browse files
chore(texttospeech): update the api
1 parent 3f477ca commit 395498c

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

googleapiclient/discovery_cache/documents/texttospeech.v1beta1.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@
153153
}
154154
}
155155
},
156-
"revision": "20210225",
156+
"revision": "20210312",
157157
"rootUrl": "https://texttospeech.googleapis.com/",
158158
"schemas": {
159159
"AudioConfig": {
@@ -168,15 +168,17 @@
168168
"MP3",
169169
"MP3_64_KBPS",
170170
"OGG_OPUS",
171-
"MULAW"
171+
"MULAW",
172+
"ALAW"
172173
],
173174
"enumDescriptions": [
174175
"Not specified. Will return result google.rpc.Code.INVALID_ARGUMENT.",
175176
"Uncompressed 16-bit signed little-endian samples (Linear PCM). Audio content returned as LINEAR16 also contains a WAV header.",
176177
"MP3 audio at 32kbps.",
177178
"MP3 at 64kbps.",
178179
"Opus encoded audio wrapped in an ogg container. The result will be a file which can be played natively on Android, and in browsers (at least Chrome and Firefox). The quality of the encoding is considerably higher than MP3 while using approximately the same bitrate.",
179-
"8-bit samples that compand 14-bit audio samples using G.711 PCMU/mu-law. Audio content returned as MULAW also contains a WAV header."
180+
"8-bit samples that compand 14-bit audio samples using G.711 PCMU/mu-law. Audio content returned as MULAW also contains a WAV header.",
181+
"8-bit samples that compand 14-bit audio samples using G.711 PCMU/A-law. Audio content returned as ALAW also contains a WAV header."
180182
],
181183
"type": "string"
182184
},

0 commit comments

Comments
 (0)