SpeechToText-WebSockets-Javascript icon indicating copy to clipboard operation
SpeechToText-WebSockets-Javascript copied to clipboard

SDK & Sample to do speech recognition using websockets in Javascript

Results 31 SpeechToText-WebSockets-Javascript issues
Sort by recently updated
recently updated
newest added

Hello there, I haven't tried running the code, but while looking over it I noticed that the code in `ReceiveMessage` doesn't use lowercase when matching for `speech.startDetected`, which means it...

I had about the documentation. Specifically, [client end of speech detection](https://docs.microsoft.com/en-us/azure/cognitive-services/speech/api-reference-rest/websocketprotocol#client-end-of-speech-detection) that states: “To signal end-of-speech, client applications [can] send an audio chunk message with a zero-length body”. I see...

And is this an issue on Microsoft's side or on Apple's side? I've tried running it in Chrome, but it doesn't work at all and doesn't even prompt for mic...

Hi, I run the example but there is no punctuation in the result. I tried to test demo and there is punctuation in the sentence. https://docs.microsoft.com/en-us/azure/cognitive-services/speech/getstarted/getstartedcsharpdesktop

Hi team, How can we adopt this to mvc webapplication? Thanks, Vinod.

Hello, Is it supported to use the JavaScript SDK from within a Cordova app ( e.g ionic) ? If so, is there a sample of using this SDK from within...

Could we please get a .net core wrapper for the websocket interface, this is great stuff!

Hi there, Great work and Bing is very good at speech recognition. However I found that this SDK lacks an option to keep the mic active. If running with Firefox,...

As suggested, i used the code for node apps: ``` function RecognizerSetup(SDK, recognitionMode, language, format, subscriptionKey) { let recognizerConfig = new SDK.RecognizerConfig( new SDK.SpeechConfig( new SDK.Context( new SDK.OS(navigator.userAgent, "Browser", null),...

Hi, I want to make hands-free service for the mobile user so that user can speak and that should convert into text. I am implementing using Golang. I am refering...