Merge pull request #3023 from bal-spec/patch-2 Update azure.js

ebd6377d5d22120893da1137175bc91de89e3d24

Cohee <18619528+Cohee1207@users.noreply.github.com>

Signed
1 files changed, +1 -1Showing whitespace changes
src/endpoints/azure.js+1 -1
@@ -69,7 +69,7 @@ router.post('/generate', jsonParser, async (req, res) => {
69 headers: {69 headers: {
70 'Ocp-Apim-Subscription-Key': key,70 'Ocp-Apim-Subscription-Key': key,
71 'Content-Type': 'application/ssml+xml',71 'Content-Type': 'application/ssml+xml',
72 'X-Microsoft-OutputFormat': 'ogg-48khz-16bit-mono-opus',72 'X-Microsoft-OutputFormat': 'webm-24khz-16bit-mono-opus',
73 },73 },
74 body: ssml,74 body: ssml,
75 });75 });