You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 14, 2019. It is now read-only.
Is there anyway I can configure the amount of milliseconds that ellapse before BING considers an utterace complete. IOW, can I set a end silence timeout.
Example:
1.) User: "Whats the weather like in Philadelphia PA?"
2.) Voiceless audio is captured for 'N' milliseconds.
3.) Bing finalizes its listening/processing and calls into OnFinalResponseReceived
I need to configue 'N' in step number two. So I can wait longer, or shorter amounts of time before declaring an utterance complete.
I'm pretty sure BING is doing this with a static 1000 ms wait after speech has completed. I would like to trim this up to 750 ms. and see how it feels.
I would like to have the method of doing so for both the DataRecognitionClient & MicrophoneRecognitionClient if its at all possible.
FYI, I am using SpeechRecognitionMode.ShortPhrase
Please Advise,
Bean
The text was updated successfully, but these errors were encountered:
Is there anyway I can configure the amount of milliseconds that ellapse before BING considers an utterace complete. IOW, can I set a end silence timeout.
Example:
1.) User: "Whats the weather like in Philadelphia PA?"
2.) Voiceless audio is captured for 'N' milliseconds.
3.) Bing finalizes its listening/processing and calls into OnFinalResponseReceived
I need to configue 'N' in step number two. So I can wait longer, or shorter amounts of time before declaring an utterance complete.
I'm pretty sure BING is doing this with a static 1000 ms wait after speech has completed. I would like to trim this up to 750 ms. and see how it feels.
I would like to have the method of doing so for both the DataRecognitionClient & MicrophoneRecognitionClient if its at all possible.
FYI, I am using SpeechRecognitionMode.ShortPhrase
Please Advise,
Bean
The text was updated successfully, but these errors were encountered: