mirror of
https://github.com/jambonz/speech-utils.git
synced 2026-07-21 03:31:47 +00:00
wip
This commit is contained in:
+1
-1
@@ -146,7 +146,7 @@ async function synthAudio(client, logger, stats, { account_sid,
|
||||
) ||
|
||||
(
|
||||
!process.env.JAMBONES_DISABLE_TTS_STREAMING &&
|
||||
vendor === 'elevenlabs'
|
||||
['elevenlabs', 'deepgram'].includes(vendor)
|
||||
)
|
||||
) {
|
||||
filePath = `${TMP_FOLDER}/${key.replace('tts:', `tts-${salt || ''}`)}.r8`;
|
||||
|
||||
Reference in New Issue
Block a user