Skip to content

Commit 61f38a0

Browse files
authored
Merge pull request #202735 from sally-baolian/patch-39
Switch to a new voice model
2 parents b7114b7 + eebcee7 commit 61f38a0

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

articles/cognitive-services/Speech-Service/how-to-deploy-and-use-endpoint.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,13 @@ To copy your custom neural voice model to another project:
6666
1. Select **View model** under the notification message for copy success.
6767
1. On the **Train model** tab, select the newly copied model and then select **Deploy model**.
6868

69+
## Switch to a new voice model in your product
70+
71+
Once you've updated your voice model to the latest engine version, or if you want to switch to a new voice in your product, you need to redeploy the new voice model to a new endpoint. Redeploying new voice model on your existing endpoint is not supported. After deployment, switch the traffic to the newly created endpoint. We recommend that you transfer the traffic to the new endpoint in a test environment first to ensure that the traffic works well, and then transfer to the new endpoint in the production environment. During the transition, you need to keep the old endpoint. If there are some problems with the new endpoint during transition, you can switch back to your old endpoint. If the traffic has been running well on the new endpoint for about 24 hours (recommended value), you can delete your old endpoint.
72+
73+
> [!NOTE]
74+
> If your voice name is changed and you are using Speech Synthesis Markup Language (SSML), be sure to use the new voice name in SSML.
75+
6976
## Suspend and resume an endpoint
7077

7178
You can suspend or resume an endpoint, to limit spend and conserve resources that aren't in use. You won't be charged while the endpoint is suspended. When you resume an endpoint, you can use the same endpoint URL in your application to synthesize speech.

0 commit comments

Comments
 (0)