question

RoyPappachan-6426 avatar image
0 Votes"
RoyPappachan-6426 asked RoyPappachan-6426 commented

Speech SDK usage in custom applications

Hello,
We have copied Speech SDK from below link ( java script ) and loaded it into our custom application ( SAP UI5 application) which is running on SAP cloud platform . We are using the speech- to-text & text-to speech services with subscription key and it is working well.

Could you please advise is this a standard way to make use of Speech service? If its ok to proceed, how do we add additional trainings with this approach?

https://docs.microsoft.com/en-us/azure/cognitive-services/speech-service/get-started-text-to-speech?tabs=script%2Cwindowsinstall&pivots=programming-language-javascript

Thanks,
Roy

azure-speech
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.

1 Answer

YutongTie-MSFT avatar image
0 Votes"
YutongTie-MSFT answered RoyPappachan-6426 commented

Hello,

Thanks for reaching out to us.

This is the code sample for custom speech:https://github.com/Azure-Samples/cognitive-services-speech-sdk/tree/master/sampledata/customspeech which should be a good reference for you.

This is the whole code sample for Speech Service SDK: https://github.com/Azure-Samples/cognitive-services-speech-sdk which contains different scenarios.

Let us know more about your scenario if you have more detailed question.

Regards,
Yutong

· 1
5 |1600 characters needed characters left characters exceeded

Up to 10 attachments (including images) can be used with a maximum of 3.0 MiB each and 30.0 MiB total.


Hi Yutong,

We have enabled S0 pricing model and uploaded the pronunciation file.

Sample entry :

NQ010 n q zero one zero

We couldn't train the model because in the step : "Train custom model" -> Choose data-> selected our
pronunciation -> " NEXT" button is disabled.

But still we deploy model in the step :" Deploy Model"

and added the endpoint to our SDK code But its still not owrking.

It is working as "nq 010" (with a space in berween letters & numbers )

Could you please help here?

Thanks,
Roy



0 Votes 0 ·