From 06b339f228d6127bb72056cf739829011e586754 Mon Sep 17 00:00:00 2001 From: Quan HL Date: Tue, 26 Dec 2023 10:35:51 +0700 Subject: [PATCH] support deepgram --- lib/tasks/say.js | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/tasks/say.js b/lib/tasks/say.js index c1844a4bb..8523b1144 100644 --- a/lib/tasks/say.js +++ b/lib/tasks/say.js @@ -76,6 +76,8 @@ class TaskSay extends Task { voice = arr[1]; model = arr[2]; } + } else if (vendor === 'deepgram') { + model = voice; } /* allow for microsoft custom region voice and api_key to be specified as an override */