Skip to content

Commit a074619

Browse files
Merge pull request #6546 from eric-urban/eur/speech-freshness-august
Speech and audio freshness for August
2 parents 4abb146 + 18ac6e5 commit a074619

File tree

7 files changed

+16
-16
lines changed

7 files changed

+16
-16
lines changed

articles/ai-foundry/openai/audio-completions-quickstart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: Walkthrough on how to get started with audio generation using Azure
55
manager: nitinme
66
ms.service: azure-ai-openai
77
ms.topic: how-to
8-
ms.date: 5/23/2025
8+
ms.date: 8/13/2025
99
author: eric-urban
1010
ms.author: eur
1111
ms.custom: references_regions

articles/ai-foundry/openai/includes/whisper-python.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ ms.date: 3/19/2024
1212
- An Azure subscription. You can [create one for free](https://azure.microsoft.com/free/cognitive-services?azure-portal=true).
1313
- An Azure OpenAI resource with a speech to text model deployed in a [supported region](../concepts/models.md?tabs=standard-audio#standard-deployment-regional-models-by-endpoint). For more information, see [Create a resource and deploy a model with Azure OpenAI](../how-to/create-resource.md).
1414
- [Python 3.8 or later](https://www.python.org)
15-
- The following Python library: os
15+
- The `os` Python library.
1616

1717
## Set up
1818

articles/ai-foundry/openai/text-to-speech-quickstart.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
---
22
title: 'Text to speech with Azure OpenAI in Azure AI Foundry Models'
33
titleSuffix: Azure OpenAI
4-
description: Use the Azure OpenAI for text to speech with OpenAI voices.
4+
description: Use Azure OpenAI for text to speech with OpenAI voices.
55
manager: nitinme
66
ms.service: azure-ai-openai
77
ms.topic: quickstart
8-
ms.date: 5/23/2025
8+
ms.date: 8/13/2025
99
ms.reviewer: eur
1010
ms.author: eur
1111
author: eric-urban
1212
recommendations: false
1313
zone_pivot_groups: programming-languages-rest-js-cs
1414
---
1515

16-
# Quickstart: Text to speech with the Azure OpenAI in Azure AI Foundry Models
16+
# Quickstart: Text to speech with Azure OpenAI in Azure AI Foundry Models
1717

18-
In this quickstart, you use the Azure OpenAI for text to speech with OpenAI voices.
18+
In this quickstart, you use Azure OpenAI for text to speech with OpenAI voices.
1919

2020
The available voices are: `alloy`, `echo`, `fable`, `onyx`, `nova`, and `shimmer`. For more information, see [Azure OpenAI reference documentation for text to speech](./reference.md#text-to-speech-preview).
2121

articles/ai-foundry/openai/whisper-quickstart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ manager: nitinme
66
ms.service: azure-ai-openai
77
ms.custom: devx-track-python
88
ms.topic: quickstart
9-
ms.date: 5/23/2025
9+
ms.date: 8/13/2025
1010
ms.reviewer: eur
1111
ms.author: eur
1212
author: eric-urban

articles/ai-services/speech-service/custom-speech-overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: eric-urban
66
manager: nitinme
77
ms.service: azure-ai-speech
88
ms.topic: overview
9-
ms.date: 2/25/2025
9+
ms.date: 8/13/2025
1010
ms.author: eur
1111
ms.custom: references_regions
1212
---
@@ -29,7 +29,7 @@ With custom speech, you can upload your own data, test and train a custom model,
2929

3030
Here's more information about the sequence of steps shown in the previous diagram:
3131

32-
1. [Create a project](how-to-custom-speech-create-project.md) and choose a model. Use a <a href="https://portal.azure.com/#create/Microsoft.CognitiveServicesAIFoundry" title="Create an AI Foundry resource for Speech" target="_blank">Speech resource</a> that you create in the Azure portal. If you train a custom model with audio data, select a service resource in a region with dedicated hardware for training audio data. For more information, see footnotes in the [regions](regions.md#regions) table.
32+
1. [Create a project](how-to-custom-speech-create-project.md) and choose a model. If you train a custom model with audio data, select a service resource in a region with dedicated hardware for training audio data. For more information, see footnotes in the [regions](regions.md#regions) table.
3333

3434
1. [Upload test data](./how-to-custom-speech-upload-data.md). Upload test data to evaluate the speech to text offering for your applications, tools, and products.
3535

articles/ai-services/speech-service/how-to-configure-azure-ad-auth.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,29 +6,29 @@ author: eric-urban
66
manager: nitinme
77
ms.service: azure-ai-speech
88
ms.topic: how-to
9-
ms.date: 2/7/2025
9+
ms.date: 8/13/2025
1010
ms.author: eur
1111
zone_pivot_groups: programming-languages-set-two
1212
ms.custom: devx-track-azurepowershell, devx-track-extended-java, devx-track-python, devx-track-azurecli
1313
---
1414

1515
# Microsoft Entra authentication with the Speech SDK
1616

17-
When using the Speech SDK to access the Speech service, there are three authentication methods available: service keys, a key-based token, and Microsoft Entra ID. This article describes how to configure an AI Foundry resource for Speech and create a Speech SDK configuration object to use Microsoft Entra ID for authentication.
17+
When using the Speech SDK to access the Speech service, there are three authentication methods available: service keys, a key-based token, and Microsoft Entra ID. This article describes how to configure an AI Foundry resource and create a Speech SDK configuration object to use Microsoft Entra ID for authentication.
1818

1919
This article shows how to use Microsoft Entra authentication with the Speech SDK. You learn how to:
2020

2121
> [!div class="checklist"]
2222
>
23-
> - Create an AI Foundry resource for Speech
23+
> - Create an AI Foundry resource
2424
> - Configure the Speech resource for Microsoft Entra authentication
2525
> - Get a Microsoft Entra access token
2626
> - Create the appropriate SDK configuration object.
2727
2828
To learn more about Microsoft Entra access tokens, including token lifetime, visit [Access tokens in the Microsoft identity platform](/azure/active-directory/develop/access-tokens).
2929

30-
## Create an AI Foundry resource for Speech
31-
To create an AI Foundry resource for Speech in the [Azure portal](https://portal.azure.com), see [this quickstart](~/articles/ai-services/multi-service-resource.md?pivots=azportal).
30+
## Create an AI Foundry resource
31+
To create an AI Foundry resource in the [Azure portal](https://portal.azure.com), see [this quickstart](~/articles/ai-services/multi-service-resource.md?pivots=azportal).
3232

3333
<a name='configure-the-speech-resource-for-azure-ad-authentication'></a>
3434

@@ -128,7 +128,7 @@ You need your Speech resource ID to make SDK calls using Microsoft Entra authent
128128
To get the resource ID in the Azure portal:
129129

130130
1. Go to the [Azure portal](https://portal.azure.com/) and sign in to your Azure account.
131-
1. Select an AI Foundry resource for Speech.
131+
1. Select an AI Foundry resource.
132132
1. In the **Resource Management** group on the left pane, select **Properties**.
133133
1. Copy the **Resource ID**
134134

articles/ai-services/speech-service/openai-voices.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: eric-urban
66
ms.author: eur
77
manager: nitinme
88
ms.reviewer: eur
9-
ms.date: 2/22/2025
9+
ms.date: 8/13/2025
1010
ms.service: azure-ai-speech
1111
ms.topic: overview
1212
ms.custom:

0 commit comments

Comments
 (0)