Skip to content

Commit

Permalink
support deepgram
Browse files Browse the repository at this point in the history
  • Loading branch information
xquanluu committed Dec 26, 2023
1 parent 9eb315e commit 06b339f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/tasks/say.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit 06b339f

Please sign in to comment.