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

Doesnt work with the new Speech API

Open doumlap opened this issue 6 years ago • 10 comments

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 is this script only mean to work for Bing Speach Api?

Thanks you

doumlap avatar Jun 01 '18 19:06 doumlap

any update?

doumlap avatar Jun 08 '18 19:06 doumlap

For using the new Speech Service , you need to apply new key. The Bing Speech API key does not work with the new Speech Services. And you should use the endpoints as described here

zhouwangzw avatar Jun 10 '18 10:06 zhouwangzw

@zhouwangzw Those are rest end points which limits the audio to seconds. What would be the web socket url for same?

Kartik1607 avatar Aug 17 '18 08:08 Kartik1607

Any news??? @WSturman

npacucci avatar Oct 17 '18 12:10 npacucci

Microsoft will retire Bing speech in October 2019 and have released an sdk for new speech API. Please use that.

Kartik1607 avatar Oct 17 '18 13:10 Kartik1607

It's this the new Speech API sdk? https://docs.microsoft.com/en-us/azure/cognitive-services/speech-service/quickstart-js-browser Microsoft will publish this on NPM as the previous sdk?

Il giorno mer 17 ott 2018 alle ore 15:42 Kartik Sharma < [email protected]> ha scritto:

Microsoft will retire Bing speech in October 2019 and have released an sdk for new speech API. Please use that.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/Azure-Samples/SpeechToText-WebSockets-Javascript/issues/85#issuecomment-430633129, or mute the thread https://github.com/notifications/unsubscribe-auth/AWdmHNHNcXkLUzyrk3_fXzXyvXytV8j8ks5ulzOtgaJpZM4UXM0m .

npacucci avatar Oct 17 '18 13:10 npacucci

@npacucci Yes, we are working on publishing a Node.js package. Please watch for the release notes update in GitHub: https://github.com/MicrosoftDocs/azure-docs/blob/master/articles/cognitive-services/Speech-Service/releasenotes.md.

WSturman avatar Oct 17 '18 18:10 WSturman

@WSturman Any specific date when new speech SDK released? Can i use Bing Speech SDK with new speech subscription key. I tried and i changed the host URL in npm package but does not work it seems.

vippatel90 avatar Oct 24 '18 00:10 vippatel90

@vippatel90 The SDK is released just that it is not available on npm right now. You can download the bundled js file from here. Download it and update the HTML file to use the new speech service.

<script src="microsoft.cognitiveservices.speech.sdk.bundle.js"></script>

Kartik1607 avatar Oct 26 '18 13:10 Kartik1607

Hello, when will it be on npm?

ericissauve avatar Nov 20 '18 16:11 ericissauve