Skip to content

Commit c0d0a7c

Browse files
xitzhangXiting ZhangCopilot
authored
[VoiceLive] Release initial GA version (#43219)
* [VoiceLive] Add async function-calling agent sample * add phrase list * fix typo * Update sdk/ai/azure-ai-voicelive/samples/async_function_calling_sample.py Co-authored-by: Copilot <[email protected]> * Update sdk/ai/azure-ai-voicelive/samples/async_function_calling_sample.py Co-authored-by: Copilot <[email protected]> * update * fix typo * update changelog * update * remove breaking change section * update changelog * fix change log * revert changelog I lost * update version and change log * enable type verification * update * [VoiceLive] Relase 1.0.0b4 * Update EouDetection * update websocket option * Separate ResponseSession and RequestSession * make AgentConfig internal * update test for AgentConfig * update * fix pylint * update status * rename OAIVoice and ToolChoiceObject * update * [VoiceLive] Release initial GA version --------- Co-authored-by: Xiting Zhang <[email protected]> Co-authored-by: Copilot <[email protected]>
1 parent 133f5f4 commit c0d0a7c

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

sdk/ai/azure-ai-voicelive/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Release History
22

3-
## 1.0.0 (Unreleased)
3+
## 1.0.0 (2025-10-01)
44

55
### Features Added
66

sdk/ai/azure-ai-voicelive/README.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ This package provides a **real-time, speech-to-speech** client for Azure AI Voic
55
It opens a WebSocket session to stream microphone audio to the service and receive
66
typed server events (including audio) for responsive, interruptible conversations.
77

8-
> **Status:** Preview. APIs are subject to change.
8+
> **Status:** General Availability (GA). This is a stable release suitable for production use.
99
10-
> **Important:** As of version 1.0.0b5, this SDK is **async-only**. The synchronous API has been removed to focus exclusively on async patterns. All examples and samples use `async`/`await` syntax.
10+
> **Important:** As of version 1.0.0, this SDK is **async-only**. The synchronous API has been removed to focus exclusively on async patterns. All examples and samples use `async`/`await` syntax.
1111
1212
---
1313

@@ -23,6 +23,8 @@ Getting started
2323

2424
### Install
2525

26+
Install the stable GA version:
27+
2628
```bash
2729
# Base install (core client only)
2830
python -m pip install azure-ai-voicelive
@@ -34,7 +36,7 @@ python -m pip install "azure-ai-voicelive[aiohttp]"
3436
python -m pip install azure-ai-voicelive[aiohttp] pyaudio python-dotenv
3537
```
3638

37-
The SDK now exclusively provides async-only WebSocket connections using `aiohttp`.
39+
The SDK provides async-only WebSocket connections using `aiohttp` for optimal performance and reliability.
3840

3941
### Authenticate
4042

0 commit comments

Comments
 (0)