Bugfix/config stt punctuation (#164)

* support recognizer.punctuation in config verb (#163)

* fixes from testing
This commit is contained in:
Dave Horton
2022-09-13 11:45:36 +02:00
committed by GitHub
parent bf7ece8f17
commit c88163fe11
4 changed files with 21 additions and 0 deletions

View File

@@ -74,6 +74,9 @@ class TaskTranscribe extends Task {
this.logger.debug({altLanguages: this.altLanguages},
'Gather:exec - applying altLanguages');
}
if (cs.hasGlobalSttPunctuation) {
this.punctuation = cs.globalSttPunctuation;
}
this.ep = ep;
this.ep2 = ep2;