mirror of
https://github.com/jambonz/jambonz-feature-server.git
synced 2025-12-20 08:40:38 +00:00
Feat/1057 recognition mode (#1060)
* sending recognition mode channel variable * change verb-specifications version
This commit is contained in:
@@ -705,6 +705,8 @@ module.exports = (logger) => {
|
|||||||
//azureSttEndpointId overrides sttCredentials.custom_stt_endpoint
|
//azureSttEndpointId overrides sttCredentials.custom_stt_endpoint
|
||||||
...(rOpts.azureSttEndpointId &&
|
...(rOpts.azureSttEndpointId &&
|
||||||
{AZURE_SERVICE_ENDPOINT_ID: rOpts.azureSttEndpointId}),
|
{AZURE_SERVICE_ENDPOINT_ID: rOpts.azureSttEndpointId}),
|
||||||
|
...(azureOptions.speechRecognitionMode &&
|
||||||
|
{AZURE_RECOGNITION_MODE: azureOptions.speechRecognitionMode}),
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
else if ('nuance' === vendor) {
|
else if ('nuance' === vendor) {
|
||||||
|
|||||||
9671
package-lock.json
generated
9671
package-lock.json
generated
File diff suppressed because it is too large
Load Diff
@@ -33,7 +33,7 @@
|
|||||||
"@jambonz/realtimedb-helpers": "^0.8.8",
|
"@jambonz/realtimedb-helpers": "^0.8.8",
|
||||||
"@jambonz/speech-utils": "^0.2.1",
|
"@jambonz/speech-utils": "^0.2.1",
|
||||||
"@jambonz/stats-collector": "^0.1.10",
|
"@jambonz/stats-collector": "^0.1.10",
|
||||||
"@jambonz/verb-specifications": "^0.0.94",
|
"@jambonz/verb-specifications": "^0.0.95",
|
||||||
"@jambonz/time-series": "^0.2.13",
|
"@jambonz/time-series": "^0.2.13",
|
||||||
"@opentelemetry/api": "^1.8.0",
|
"@opentelemetry/api": "^1.8.0",
|
||||||
"@opentelemetry/exporter-jaeger": "^1.23.0",
|
"@opentelemetry/exporter-jaeger": "^1.23.0",
|
||||||
|
|||||||
Reference in New Issue
Block a user