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