Open compulim opened 5 years ago
Hey @compulim, I really like your proposed functionality, as this problem also occurred in noisy Office situations with large interactive surfaces. Therefore, I would be interested if there is an update on when or whether this functionality will be implemented?
Getting Cx requests for this. FYI.
Blocked by speech sdk -- we do not yet have this feature available to us. Also related to #2211
Feature Request
Is your feature request related to a problem? Please describe.
Currently, Web Chat (or Cognitive Services) will finalize the speech recognition result when it hit a period of silent. This is good for PC but not great for mobile scenarios where streets are noisy.
Push-to-talk will improve UX for mobile scenario.
Describe the suggestion or request in detail
Instead of push-and-talk, provide a push-to-talk button. When the button is pressed, the speech recognition engine is listening. When the button is released, the speech recognition engine will be stopped (thru
SpeechRecognition.stop()
instead ofSpeechRecognition.abort()
).Describe alternatives you have considered
There are no alternatives.
Additional context
[Enhancement]