Fix/gladia multi sessions (#1487)

* support gladia transcribe multi channels

* wip
This commit is contained in:
Hoan Luu Huu
2026-01-07 22:46:33 +07:00
committed by GitHub
parent ba275ef547
commit e4ec0025c3
4 changed files with 20 additions and 25 deletions
-7
View File
@@ -1085,13 +1085,6 @@ module.exports = (logger) => {
...(keyterms && keyterms.length > 0 && {DEEPGRAMFLUX_SPEECH_KEYTERMS: keyterms.join(',')}),
};
}
else if ('gladia' === vendor) {
const {host, path} = sttCredentials;
opts = {
GLADIA_SPEECH_HOST: host,
GLADIA_SPEECH_PATH: path,
};
}
else if ('soniox' === vendor) {
const {sonioxOptions = {}} = rOpts;
const {storage = {}} = sonioxOptions;