-
Notifications
You must be signed in to change notification settings - Fork 150
Add Custom Speech integration to SDK and sample #82
base: master
Are you sure you want to change the base?
Conversation
If there is no changes in If their The PR looks great IMO. |
Thank you, @compulim. I've corrected the package-lock.json issue, removing my unintended changes. |
Can you close this PR ASAP? We need the custom endpoint |
+1 |
Hello @mikebranstein @compulim is there any reason this PR is not completed yet? It is blocking using the new unified speech service in bot framework WebChat, right? I hope you can follow up on this internally with the team to look into it and complete it. |
@tjoudeh I am not the owner of this repo and not a member of Cognitive Services team, so I cannot approve/merge this PR. 😔 I also hope to see it coming in asap. |
@tjoudeh I am also not the owner, nor Microsoft. I work for a MSFT partner that has been using this extensively, so I'd love to see the changes merged. Perhaps @RaviPidaparthi could help us find the owner. |
@zhouwangzw Could you please check? |
Any news??? @WSturman. It's possible to merge this? |
@WSturman , @mikebranstein any news?? why this is not being merged? |
Can we get this merged please? |
This sample is for Bing Speech, which is retiring. We have a JavaScript sample for the new Speech Service at https://github.com/Azure-Samples/cognitive-services-speech-sdk/tree/master/samples/js/browser. |
@WSturman Hi. I was wondering how to implement the endpoint from cris.ai for my custom speech. There is method |
@Kartik1607 - I think you're looking for the REST endpoints listed in the Swagger Spec: https://westus.cris.ai/swagger/ui/index. Please select v2 from the drop-down, as the details you're looking for may not be available in Beta. |
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 Custom Speech API. It uses the new Custom Speech API endpoint URLs, published after //BUILD 2018.