Skip to content

Commit

Permalink
Feat/1057 recognition mode (#1060)
Browse files Browse the repository at this point in the history
* sending recognition mode channel variable

* change verb-specifications version
  • Loading branch information
rammohan-y authored Jan 28, 2025
1 parent 16e044c commit a4d07dd
Show file tree
Hide file tree
Showing 3 changed files with 722 additions and 8,953 deletions.
2 changes: 2 additions & 0 deletions lib/utils/transcription-utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -705,6 +705,8 @@ module.exports = (logger) => {
//azureSttEndpointId overrides sttCredentials.custom_stt_endpoint
...(rOpts.azureSttEndpointId &&
{AZURE_SERVICE_ENDPOINT_ID: rOpts.azureSttEndpointId}),
...(azureOptions.speechRecognitionMode &&
{AZURE_RECOGNITION_MODE: azureOptions.speechRecognitionMode}),
};
}
else if ('nuance' === vendor) {
Expand Down
Loading

0 comments on commit a4d07dd

Please sign in to comment.