Skip to content

Commit 864c92c

Browse files
committed
use audio content creation in ai foundry
1 parent 9ac8069 commit 864c92c

File tree

2 files changed

+26
-21
lines changed

2 files changed

+26
-21
lines changed

articles/ai-services/speech-service/includes/how-to/audio-content-creation/ai-foundry.md

Lines changed: 13 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,18 +12,23 @@ ms.date: 7/31/2025
1212
- Permission to create resources in your subscription.
1313
- An Azure AI Foundry project. For more information, see [Create an Azure AI Foundry project](/azure/ai-foundry/how-to/create-projects).
1414

15-
## Use the Audio Content Creation tool
15+
## Use the audio content creation tool
1616

1717
The following diagram displays the process for fine-tuning the text to speech outputs.
1818

1919
:::image type="content" source="../../../media/audio-content-creation/audio-content-creation-diagram.jpg" alt-text="Diagram of the sequence of steps for fine-tuning text to speech outputs." lightbox="../../../media/audio-content-creation/audio-content-creation-diagram.jpg":::
2020

21-
To use the Audio Content Creation tool, do the following:
21+
To use the Audio content creation tool, follow these steps:
2222

23-
1. Sign in to [Azure AI Foundry portal](https://ai.azure.com/?cid=learnDocs), and then go to **Audio Content Creation** in the Speech playground.
23+
1. Go to your project in [Azure AI Foundry](https://ai.azure.com/?cid=learnDocs).
24+
1. Select **Playgrounds** from the left pane.
25+
1. In the **Speech playground** tile, select **Try the Speech playground**.
26+
1. Select **Text to speech** > **Audio content creation**. You might need to scroll to find the tile.
2427

25-
1. [Create an audio tuning file](#create-an-audio-tuning-file) by using plain text or SSML scripts. Enter or upload your content into Audio Content Creation.
26-
1. Choose the voice and the language for your script content. Audio Content Creation includes all of the [standard text to speech voices](../../../language-support.md?tabs=tts). You can use standard voices or a custom voice.
28+
:::image type="content" source="../../../media/voice-live/foundry-portal/capabilities-by-scenario.png" alt-text="Screenshot of filtering Speech service capabilities by scenario." lightbox="../../../media/voice-live/foundry-portal/capabilities-by-scenario.png":::
29+
30+
1. [Create an audio tuning file](#create-an-audio-tuning-file) by using plain text or SSML scripts. Enter or upload your content into audio content creation.
31+
1. Choose the voice and the language for your script content. Audio content creation includes all of the [standard text to speech voices](../../../language-support.md?tabs=tts). You can use standard voices or a custom voice.
2732

2833
> [!NOTE]
2934
> Custom voice access is [limited](/azure/ai-foundry/responsible-ai/speech-service/text-to-speech/limited-access) based on eligibility and usage criteria. Request access on the [intake form](https://aka.ms/customneural).
@@ -40,7 +45,7 @@ To use the Audio Content Creation tool, do the following:
4045

4146
## Create an audio tuning file
4247

43-
You can get your content into the Audio Content Creation tool in either of two ways:
48+
You can get your content into the audio content creation tool in either of two ways:
4449

4550
### Option 1: Create a new audio tuning file
4651

@@ -70,15 +75,15 @@ You can get your content into the Audio Content Creation tool in either of two w
7075
Here's a plain text example:
7176

7277
```txt
73-
Welcome to use Audio Content Creation to customize audio output for your products.
78+
Welcome to use audio content creation to customize audio output for your products.
7479
```
7580

7681
Here's an SSML example:
7782

7883
```xml
7984
<speak xmlns="http://www.w3.org/2001/10/synthesis" xmlns:mstts="http://www.w3.org/2001/mstts" version="1.0" xml:lang="en-US">
8085
<voice name="en-US-AvaMultilingualNeural">
81-
Welcome to use Audio Content Creation <break time="10ms" />to customize audio output for your products.
86+
Welcome to use audio content creation <break time="10ms" />to customize audio output for your products.
8287
</voice>
8388
</speak>
8489
```

articles/ai-services/speech-service/includes/how-to/audio-content-creation/speech-studio.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -15,23 +15,23 @@ ms.date: 7/31/2025
1515
> [!NOTE]
1616
> The [AI Foundry resource type](../../../../multi-service-resource.md) isn't supported in Speech Studio.
1717
18-
## Use the Audio Content Creation tool
18+
## Use the audio content creation tool
1919

2020
The following diagram displays the process for fine-tuning the text to speech outputs.
2121

2222
:::image type="content" source="../../../media/audio-content-creation/audio-content-creation-diagram.jpg" alt-text="Diagram of the sequence of steps for fine-tuning text to speech outputs." lightbox="../../../media/audio-content-creation/audio-content-creation-diagram.jpg":::
2323

24-
To use the Audio Content Creation tool, do the following:
24+
To use the audio content creation tool, do the following:
2525

2626
1. Sign in to [Speech Studio](https://aka.ms/speechstudio/), and then select **Audio Content Creation**.
2727

2828
1. Select the Azure subscription and the Speech resource you want to work with, and then select **Use resource**.
2929

3030
> [!NOTE]
31-
> If you're returning to Audio Content Creation, you can select a different Speech resource that you want to work with. Go to your account settings at the top right corner of the page.
31+
> If you're returning to audio content creation, you can select a different Speech resource that you want to work with. Go to your account settings at the top right corner of the page.
3232
33-
1. [Create an audio tuning file](#create-an-audio-tuning-file) by using plain text or SSML scripts. Enter or upload your content into Audio Content Creation.
34-
1. Choose the voice and the language for your script content. Audio Content Creation includes all of the [standard text to speech voices](../../../language-support.md?tabs=tts). You can use standard voices or a custom voice.
33+
1. [Create an audio tuning file](#create-an-audio-tuning-file) by using plain text or SSML scripts. Enter or upload your content into audio content creation.
34+
1. Choose the voice and the language for your script content. Audio content creation includes all of the [standard text to speech voices](../../../language-support.md?tabs=tts). You can use standard voices or a custom voice.
3535

3636
> [!NOTE]
3737
> Custom voice access is [limited](/azure/ai-foundry/responsible-ai/speech-service/text-to-speech/limited-access) based on eligibility and usage criteria. Request access on the [intake form](https://aka.ms/customneural).
@@ -50,7 +50,7 @@ To use the Audio Content Creation tool, do the following:
5050

5151
## Create an audio tuning file
5252

53-
You can get your content into the Audio Content Creation tool in either of two ways:
53+
You can get your content into the audio content creation tool in either of two ways:
5454

5555
### Option 1: Create a new audio tuning file
5656

@@ -80,15 +80,15 @@ You can get your content into the Audio Content Creation tool in either of two w
8080
Here's a plain text example:
8181

8282
```txt
83-
Welcome to use Audio Content Creation to customize audio output for your products.
83+
Welcome to use audio content creation to customize audio output for your products.
8484
```
8585

8686
Here's an SSML example:
8787

8888
```xml
8989
<speak xmlns="http://www.w3.org/2001/10/synthesis" xmlns:mstts="http://www.w3.org/2001/mstts" version="1.0" xml:lang="en-US">
9090
<voice name="en-US-AvaMultilingualNeural">
91-
Welcome to use Audio Content Creation <break time="10ms" />to customize audio output for your products.
91+
Welcome to use audio content creation <break time="10ms" />to customize audio output for your products.
9292
</voice>
9393
</speak>
9494
```
@@ -124,15 +124,15 @@ If you lose access permission to your Bring Your Own Storage (BYOS), you can't v
124124

125125
After configuring the BYOS permission, you need to configure anonymous public read access for related containers and blobs. Otherwise, blob data isn't available for public access and your lexicon file in the blob is inaccessible. By default, a container’s public access setting is disabled. To grant anonymous users read access to a container and its blobs, first set **Allow Blob anonymous access** to **Enabled** to allow public access for the storage account, then set the container's (named **acc-public-files**) public access level (**anonymous read access for blobs only**). To learn more about how to configure anonymous public read access, see [Configure anonymous public read access for containers and blobs](/azure/storage/blobs/anonymous-read-access-configure?tabs=portal).
126126

127-
## Add or remove Audio Content Creation users
127+
## Add or remove audio content creation users
128128

129-
If more than one user wants to use Audio Content Creation, you can grant them access to the Azure subscription and the Speech resource. If you add users to an Azure subscription, they can access all the resources under the Azure subscription. But if you add users to a Speech resource only, they only have access to the Speech resource and not to other resources under this Azure subscription. Users with access to the Speech resource can use the Audio Content Creation tool.
129+
If more than one user wants to use audio content creation, you can grant them access to the Azure subscription and the Speech resource. If you add users to an Azure subscription, they can access all the resources under the Azure subscription. But if you add users to a Speech resource only, they only have access to the Speech resource and not to other resources under this Azure subscription. Users with access to the Speech resource can use the audio content creation tool.
130130

131131
The users you grant access to need to set up a [Microsoft account](https://account.microsoft.com/account). If they don' have a Microsoft account, they can create one in just a few minutes. They can use their existing email and link it to a Microsoft account, or they can create and use an Outlook email address as a Microsoft account.
132132

133133
### Add users to a Speech resource
134134

135-
To add users to a Speech resource so that they can use Audio Content Creation, do the following:
135+
To add users to a Speech resource so that they can use audio content creation, do the following:
136136

137137
1. In the [Azure portal](https://portal.azure.com/), select **All services** from the left pane, and then search for **Azure AI services** or **Speech**.
138138
1. Select your Speech resource.
@@ -157,11 +157,11 @@ Here's what happens next:
157157
1. They're then redirected to the Azure portal. They don't need to take further action in the Azure portal.
158158
1. After a few moments, users are assigned the role at the Speech resource scope, which gives them access to this Speech resource.
159159

160-
Users now visit or refresh the [Audio Content Creation](https://aka.ms/audiocontentcreation) product page, and sign in with their Microsoft account. They select **Audio Content Creation** block among all speech products. They choose the Speech resource in the pop-up window or in the settings at the upper right.
160+
Users now visit or refresh the [audio content creation](https://aka.ms/audiocontentcreation) product page, and sign in with their Microsoft account. They select **Audio Content Creation** block among all speech products. They choose the Speech resource in the pop-up window or in the settings at the upper right.
161161

162162
If they can't find the available Speech resource, they can check to ensure that they're in the right directory. To do so, they select the account profile at the upper right and then select **Switch** next to **Current directory**. If there's more than one directory available, it means they have access to multiple directories. They can switch to different directories and go to **Settings** to see whether the right Speech resource is available.
163163

164-
Users who are in the same Speech resource see each other's work in the Audio Content Creation tool. If you want each individual user to have a unique and private workplace in Audio Content Creation, create a new Speech resource.
164+
Users who are in the same Speech resource see each other's work in the audio content creation tool. If you want each individual user to have a unique and private workplace in audio content creation, create a new Speech resource.
165165

166166
### Remove users from a Speech resource
167167

0 commit comments

Comments
 (0)