mirror of
https://github.com/jambonz/speech-utils.git
synced 2026-07-04 19:31:49 +00:00
bug: JAMBONES_DISABLE_TTS_STREAMING is now the env
This commit is contained in:
+1
-1
@@ -145,7 +145,7 @@ async function synthAudio(client, logger, stats, { account_sid,
|
||||
['microsoft', 'azure'].includes(vendor)
|
||||
) ||
|
||||
(
|
||||
process.env.JAMBONES_ELEVENLABS_STREAMING &&
|
||||
!process.env.JAMBONES_DISABLE_TTS_STREAMING &&
|
||||
vendor === 'elevenlabs'
|
||||
)
|
||||
) {
|
||||
|
||||
Reference in New Issue
Block a user