1.0.0b3 (2025-09-17)
Features Added
- Transcription improvement: Added phrase list
- New Voice Types: Added
AzurePlatformVoice
andLLMVoice
classes - Enhanced Speech Detection: Added
AzureSemanticVadServer
class - Improved Function Calling: Enhanced async function calling sample with better error handling
- English-Specific Detection: Added
AzureSemanticDetectionEn
class for optimized English-only semantic end-of-utterance detection - English-Specific Voice Activity Detection: Added
AzureSemanticVadEn
class for enhanced English-only voice activity detection
Breaking Changes
- Transcription: Removed
custom_model
andenabled
fromAudioInputTranscriptionSettings
. - Async Authentication: Fixed credential handling for async scenarios
- Model Serialization: Improved error handling and deserialization
Other Changes
- Code Modernization: Updated type annotations throughout