Skip to content

Commit feeff9a

Browse files
Merge pull request #269439 from sally-baolian/patch-216
Update real-time-synthesis-avatar.md
2 parents 1e6ded3 + d1498f5 commit feeff9a

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

articles/ai-services/speech-service/includes/release-notes/release-notes-tts.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,13 @@ ms.author: eur
77
ms.custom: references_regions
88
---
99

10+
### March 2024 release
11+
12+
#### Text to speech avatar
13+
14+
- Removed dependency on [Azure Communication Services (ACS) TURN](/azure/communication-services/quickstarts/relay-token) for real-time avatar. The [sample code](https://github.com/Azure-Samples/cognitive-services-speech-sdk/tree/master/samples/js/browser/avatar) has been updated accordingly to reflect this change.
15+
- Published text to speech avatar pricing. For more details, see the [pricing page](https://azure.microsoft.com/pricing/details/cognitive-services/speech-services/). Note that avatar pricing will only be visible for service regions where the feature is available, including West US 2, West Europe, and Southeast Asia.
16+
1017
### February 2024 release
1118

1219
#### OpenAI voices

articles/ai-services/speech-service/text-to-speech-avatar/real-time-synthesis-avatar.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,6 @@ To get started, make sure you have the following prerequisites:
2424
- **Azure subscription:** [Create one for free](https://azure.microsoft.com/free/cognitive-services).
2525
- **Speech resource:** <a href="https://portal.azure.com/#create/Microsoft.CognitiveServicesSpeechServices" title="Create a Speech resource" target="_blank">Create a speech resource</a> in the Azure portal. Select "Standard S0" pricing tier if you want to create speech resource to access avatar.
2626
- **Your speech resource key and region:** After your Speech resource is deployed, select **Go to resource** to view and manage keys. For more information about Azure AI services resources, see [Get the keys for your resource](/azure/ai-services/multi-service-resource?pivots=azportal&tabs=windows#get-the-keys-for-your-resource).
27-
- If you build an application of real time avatar:
28-
- **Communication resource:** Create a [Communication resource](https://portal.azure.com/#create/Microsoft.Communication) in the Azure portal (for real-time avatar synthesis only).
29-
- You also need your network relay token for real-time avatar synthesis. After deploying your Communication resource, select **Go to resource** to view the endpoint and connection string under **Settings** -> **Keys** tab, and then follow [Access TURN relays](/azure/communication-services/quickstarts/relay-token) to generate the relay token with the endpoint and connection string filled.
3027

3128
## Set up environment
3229

0 commit comments

Comments
 (0)