web-speech-cognitive-services
web-speech-cognitive-services copied to clipboard
Polyfill Web Speech API with Cognitive Services Bing Speech for both speech-to-text and text-to-speech service.
**Version** 4.9.1 cdn . using it in an angular project **Describe the bug** The mic is not getting turned off even after 10 minutes of no input from user. It...
Thanks for this amazing library. I am using MS Azure, is there a way to turn off Profanity(or pass "raw") to the [SpeechConfig](SpeechConfig) class?
https://developer.mozilla.org/en-US/docs/Web/API/SpeechRecognitionEvent/resultIndex
If the event is always about the last result, why not setting it to `length(event.results) - 1`?
Please share your successfully story here to inspire other users. 😉
Hi, Thank you for the amazing library. I was trying to get Text to Speech to work with Cognitive Services using but keeps on getting a 400 error. Any direction...
1. [ ] Add section for purpose and background of this package. Why the developer would want to use this package?
Today, on initialization for TTS, we will check if `navigator.mediaDevices` is falsy/`undefined`. If it is, we will return a `{}` and print warnings. We should do the same for STT....
Bumps the npm_and_yarn group with 1 update in the / directory: [ws](https://github.com/websockets/ws). Updates `ws` from 7.5.9 to 7.5.10 Release notes Sourced from ws's releases. 7.5.10 Bug fixes Backported e55e5106 to...