How can I change Azure voices speed with SDK?

Manuel Aicart 1 Reputation point
2021-05-13T09:06:50.287+00:00

We're using Azure voices within an Android App and would like to change the speed (prosody rate) of determined voices. We've found the following link: https://video2.skills-academy.com/en-us/azure/cognitive-services/speech-service/speech-synthesis-markup?tabs=csharp

However, that guide uses SSML and we're using SDK (Javascript).

Is there a tutorial/URL that explains how to change the voices' speed using SDK?

Azure AI Speech
Azure AI Speech
An Azure service that integrates speech processing into apps and services.
1,675 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Ramr-msft 17,736 Reputation points
    2021-05-13T12:40:53.007+00:00

    @Manuel Aicart Thanks for the question. Build a custom voice for your brand, Please follow the document for JavaScript SDK and the sample demo shown.

    0 comments No comments

  2. Yueying Liu 1 Reputation point
    2021-09-03T06:35:57.62+00:00

    When you are using SDK, you can also use the SSML language to control the speaking speed.
    Previously, you may input the text to speech calls. Now, you can change to use SSML as input to call speech service. Then it can change the speech rate.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.