mirror of
https://github.com/jambonz/jambonz-feature-server.git
synced 2025-12-20 16:50:39 +00:00
fix: transcribe 2 channels (#479)
* fix: transcribe 2 channels * fix * fix
This commit is contained in:
@@ -175,8 +175,8 @@ class TaskTranscribe extends SttTask {
|
||||
}
|
||||
|
||||
async _setSpeechHandlers(cs, ep, channel) {
|
||||
if (this._speechHandlersSet) return;
|
||||
this._speechHandlersSet = true;
|
||||
if (ep._speechHandlersSet) return;
|
||||
ep._speechHandlersSet = true;
|
||||
const opts = this.setChannelVarsForStt(this, this.sttCredentials, this.data.recognizer);
|
||||
switch (this.vendor) {
|
||||
case 'google':
|
||||
|
||||
Reference in New Issue
Block a user