mirror of
https://github.com/jambonz/jambonz-feature-server.git
synced 2025-12-20 08:40:38 +00:00
wip
This commit is contained in:
@@ -87,7 +87,6 @@ class TaskTranscribe extends SttTask {
|
|||||||
|
|
||||||
async exec(cs, obj) {
|
async exec(cs, obj) {
|
||||||
try {
|
try {
|
||||||
this.hasFallbackAsrFromStart = cs.hasFallbackAsr;
|
|
||||||
await this.handling(cs, obj);
|
await this.handling(cs, obj);
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
if (error instanceof SpeechCredentialError) {
|
if (error instanceof SpeechCredentialError) {
|
||||||
|
|||||||
Reference in New Issue
Block a user