Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 1 addition & 5 deletions sdk/ai/azure-ai-voicelive/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Release History

## 1.0.0-beta.4 (Unreleased)
## 1.0.0-beta.4 (2026-02-09)
Comment thread
xitzhang marked this conversation as resolved.
Comment thread
xitzhang marked this conversation as resolved.

### Features Added

Expand Down Expand Up @@ -33,16 +33,12 @@
- Added custom text normalization URL support for Azure voices:
- Added `customTextNormalizationUrl` property to `AzureCustomVoice`, `AzurePersonalVoice`, and `AzureStandardVoice`

### Breaking Changes

### Bugs Fixed

- Fixed `OutputAudioFormat` enum values from dash-separated to underscore-separated:
- `pcm16-8000hz` → `pcm16_8000hz`
- `pcm16-16000hz` → `pcm16_16000hz`

### Other Changes

## 1.0.0-beta.3 (2025-12-03)

### Features Added
Expand Down