Skip to content

Commit 5dd5493

Browse files
authored
Merge pull request #7205 from goergenj/voicelive-api-reference-new
Add Voice Live API Reference and replace OpenAI Audio Events Referenc…
2 parents 87601cf + 78d3d45 commit 5dd5493

File tree

11 files changed

+2665
-77
lines changed

11 files changed

+2665
-77
lines changed

articles/ai-services/speech-service/includes/quickstarts/voice-live-agents/intro.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ You can create and run an application to use voice live with agents for real-tim
1616

1717
- This separation also supports better maintainability and scalability for scenarios where multiple conversational experiences or business logic variations are needed.
1818

19-
To instead use the voice live API without agents, see the [voice live quickstart](/azure/ai-services/speech-service/voice-live-quickstart).
19+
To instead use the Voice live API without agents, see the [Voice live API quickstart](/azure/ai-services/speech-service/voice-live-quickstart).

articles/ai-services/speech-service/includes/quickstarts/voice-live-api/intro.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
2-
author: PatrickFarley
2+
author: goergenj
33
ms.service: azure-ai-speech
44
ms.topic: include
5-
ms.date: 7/31/2025
6-
ms.author: pafarley
5+
ms.date: 9/26/2025
6+
ms.author: jagoerge
77
---
88

99
You create and run an application to use voice live directly with generative AI models for real-time voice agents.
@@ -16,4 +16,4 @@ You create and run an application to use voice live directly with generative AI
1616

1717
- Direct model use is suitable for scenarios where agent-level abstraction or built-in logic is unnecessary.
1818

19-
To instead use the voice live API with agents, see the [voice live agents quickstart](/azure/ai-services/speech-service/voice-live-agents-quickstart).
19+
To instead use the Voice live API with agents, see the [Voice live API agents quickstart](/azure/ai-services/speech-service/voice-live-agents-quickstart).

articles/ai-services/speech-service/regions.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ author: goergenj
66
manager: nitinme
77
ms.service: azure-ai-speech
88
ms.topic: conceptual
9-
ms.date: 9/16/2025
9+
ms.date: 9/26/2025
1010
ms.author: jagoerge
1111
ms.custom: references_regions
1212
#Customer intent: As a developer, I want to learn about the available regions and endpoints for the Speech service.
@@ -187,9 +187,9 @@ The regions in these tables support most of the core features of the Speech serv
187187
|uksouth| - | - | Global standard | Global standard | Global standard | Global standard | - | - | - | - | - | - |
188188
|westeurope| - | - | Data zone standard | Data zone standard | Data zone standard | Data zone standard | - | - | - | - | - | - |
189189

190-
<sup>1</sup> The Azure AI Foundry resource must be in Central India. Azure AI Speech features remain in Central India. The voice live API uses Sweden Central as needed for generative AI load balancing.
190+
<sup>1</sup> The Azure AI Foundry resource must be in Central India. Azure AI Speech features remain in Central India. The Voice live API uses Sweden Central as needed for generative AI load balancing.
191191

192-
<sup>2</sup> The Azure AI Foundry resource must be in West US 2. Azure AI Speech features remain in West US 2. The voice live API uses East US 2 as needed for generative AI load balancing.
192+
<sup>2</sup> The Azure AI Foundry resource must be in West US 2. Azure AI Speech features remain in West US 2. The Voice live API uses East US 2 as needed for generative AI load balancing.
193193

194194
# [Intent recognition](#tab/intent-recognition)
195195

articles/ai-services/speech-service/toc.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -246,8 +246,8 @@ items:
246246
href: voice-live-how-to.md
247247
- name: How to customize voice live input and output
248248
href: voice-live-how-to-customize.md
249-
- name: Audio events reference
250-
href: /azure/ai-foundry/openai/realtime-audio-reference?context=/azure/ai-services/speech-service/context/context
249+
- name: Voice live API reference
250+
href: voice-live-api-reference.md
251251
- name: Keyword recognition
252252
items:
253253
- name: Keyword recognition overview

articles/ai-services/speech-service/voice-live-agents-quickstart.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@ recommendations: false
2828
## Related content
2929

3030
- Try the [Voice live quickstart](./voice-live-quickstart.md)
31-
- Learn more about [How to use the voice live API](./voice-live-how-to.md)
32-
- See the [audio events reference](/azure/ai-foundry/openai/realtime-audio-reference?context=/azure/ai-services/speech-service/context/context)
31+
- Learn more about [How to use the Voice live API](./voice-live-how-to.md)
32+
- See the [Voice live API reference](./voice-live-api-reference.md)

0 commit comments

Comments
 (0)