Feature/continuous asr (#119)

* bugfix: background gather for speech-only should still kill audio on dtmf entry when dtmfBargein is true

* initial changes for continuous asr

* move properties under recognizer

* update drachtio-srf@4.5.1

* catch exception on destroy
This commit is contained in:
Dave Horton
2022-06-21 10:35:27 -04:00
committed by GitHub
parent bdb40b3aa0
commit 627c38899f
6 changed files with 92 additions and 25 deletions

View File

@@ -477,7 +477,9 @@
},
"requestSnr": "boolean",
"initialSpeechTimeoutMs": "number",
"azureServiceEndpoint": "string"
"azureServiceEndpoint": "string",
"asrDtmfTerminationDigit": "string",
"asrTimeout": "number"
},
"required": [
"vendor"