Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
xquanluu committed Aug 25, 2023
1 parent 35deeec commit 95a1384
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/synth-audio.js
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ async function synthMicrosoft(logger, {
text,
filePath
}) {
const synthFunc = process.env.ONPREM_AZURE_SYNTHESIZE_BY_HTTP ?
const synthFunc = process.env.JAMBONZ_ONPREM_AZURE_SYNTHESIZE_BY_HTTP ?
_synthMicrosoftByHttp : _synthMicrosoftBySdk;
return await synthFunc(logger, {
credentials,
Expand Down

0 comments on commit 95a1384

Please sign in to comment.