From 75ce537db1bdca3bd014e237668479a9b14bc936 Mon Sep 17 00:00:00 2001 From: Dave Horton Date: Wed, 19 Jul 2023 10:02:10 -0400 Subject: [PATCH] linting --- lib/synth-audio.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/synth-audio.js b/lib/synth-audio.js index 7cebd84..40d7059 100644 --- a/lib/synth-audio.js +++ b/lib/synth-audio.js @@ -122,7 +122,7 @@ async function synthAudio(client, logger, stats, { account_sid, text }); let filePath; - if (['nuance', 'nvidia'].includes(vendor) || + if (['nuance', 'nvidia'].includes(vendor) || ( process.env.JAMBONES_TTS_TRIM_SILENCE && ['microsoft', 'azure'].includes(vendor)