azure_speech_services
A Flutter package for real-time Speech-to-Text, Text-To-Speech transcription, and Translation using Microsoft Azure Cognitive Services. Supports Mobile, Desktop, and Web platforms
What this package is like to depend on
Last release today
23 Aug 2026
Too new to tell
only 2 release windows
Nearly every release is documented
notes for 5 of 5 stable releases
Nothing withdrawn
no release was ever pulled
0 months old
5 releases · first in 2026
5 releases in the last 12 months
see the full history below
Release timeline
5 releases · Aug 2026 to Aug 2026Releases
latest 5-
1.0.523 Aug 2026Release notes
Open source →- Reduce Text-to-Speech latency by reusing a single
http.ClientinAzureTextToSpeechinstead of opening a fresh connection (TCP+TLS handshake) on everysynthesize()/listVoices()call; addAzureTextToSpeech.dispose()to close it
- Reduce Text-to-Speech latency by reusing a single
-
1.0.419 Aug 2026Release notes
Open source →- Fix
PlatformExceptionon dispose when the recorder was never started (e.g. when an external audio stream is supplied and the native recorder is never created) - Fix
Bad state: Cannot emit new states after calling closeby stopping the STT session (closing the WebSocket and cancelling its subscription) before closing the transcription cubit on dispose, and by makingTranscriptionCubitignore emits that race pastclose()(websocket messages, the clear-text timer, or the explicit stop-listening call)
- Fix
-
1.0.311 Aug 2026Release notes
Open source →- Fix Text to speech sample
- Fix Web STT/Translation silence caused by record_web's broken resampler, by downsampling in software
-
1.0.108 Aug 2026Release notes
Open source →- Downgraded record library to 6.2.0 as the 7.x has incompatibilities with azure web services
-
1.0.007 Aug 2026