SpeechToText-WebSockets-Javascript
SpeechToText-WebSockets-Javascript copied to clipboard
SDK & Sample to do speech recognition using websockets in Javascript
It shows "Speech Recognition SDK not found. Please execute npm run bundle and reload."
Hi team, Several times have met below error: 1. Bing speech:  2. CRIS end point:  What may be the reason? How can I avoid/solve it?...
I've noticed the following: ``` export class RecognizerConfig { private recognitionMode: RecognitionMode = RecognitionMode.Interactive; private language: string; private format: SpeechResultFormat; private speechConfig: SpeechConfig; private recognitionActivityTimeout: number; constructor( platformConfig: SpeechConfig, recognitionMode:...
Hi Team, We have integrated the Speech SDK in our angular 6 client application for record and Recognizing speech to Text. The functionality works as expected in Desktop chrome browser....
The JavaScript SDK only works with Bing Speech API endpoints. Custom Speech endpoints need to be supported. PR incoming.
The SDK did not previously allow for testing of the Custom Speech service using the Speech WebSocket protocol. This adds an option to select the Bing Speech API or the...
The SDK.CognitiveSubscriptionKeyAuthentication only work with Bing Speech Api key. From what i understand, it should also be working with the new Speech Api, isint it. Is that a bug or...
Compared to the [sample scripts](https://github.com/Azure-Samples/SpeechToText-WebSockets-Javascript/blob/477067fe264159e7ccbd233a01015f9ea03a6d06/samples/browser/Sample.html#L197), `SDK.CreateRecognizer` is the correct way to create the recognizer
# Issue The SpeechToText repository currently publishes all it's source files directly to the NPM package. NPM is not a revisioning management system and putting the compilation steps into user...
Tested on PC with Chrome 67.0.3369.99 and Edge 17.17134. And also Chrome 67 on Android. All failed with same error. Following the sample code at https://docs.microsoft.com/en-us/azure/cognitive-services/speech/api-reference-rest/websocketprotocol#opus. When starting recognition, console...