Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Speech recognition mode for azure speech-to-text #1057

Open
rammohan-y opened this issue Jan 22, 2025 · 0 comments
Open

Speech recognition mode for azure speech-to-text #1057

rammohan-y opened this issue Jan 22, 2025 · 0 comments

Comments

@rammohan-y
Copy link
Contributor

Need provision to set azure's speech recognition mode. For this we need to do the following:

a. In verb-specifications provide azureOptions.speechRecognitionMode property, this property is defined as string with allowed values as CONVERSATION, DICTATION and INTERACTIVE

b. If property is specified in azureOptions, send the value of the property as a channel variable (AZURE_RECOGNITION_MODE) to freeswitch azure module from feature-server

c. In freeswitch mod_azure_transcribe module, read AZURE_RECOGNITION_MODE property value and if the property value is set, configure it to be sent to azure for speech-to-text

rammohan-y added a commit to rammohan-y/verb-specifications that referenced this issue Jan 24, 2025
added speechRecognitionMode in azureOptions as enum
davehorton pushed a commit to jambonz/verb-specifications that referenced this issue Jan 24, 2025
added speechRecognitionMode in azureOptions as enum
rammohan-y added a commit to rammohan-y/jambonz-node that referenced this issue Jan 27, 2025
Updated verb-specifications version to 0.0.95 version
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant