mirror of
https://github.com/jambonz/speech-utils.git
synced 2026-07-23 12:41:48 +00:00
wip
This commit is contained in:
+1
-1
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user