azure_stt_flutter 0.0.9
azure_stt_flutter: ^0.0.9 copied to clipboard
A Flutter package for real-time Speech-to-Text transcription using Microsoft Azure Cognitive Services. Supports Mobile, Desktop, and Web platforms
0.0.9 #
- Added optional
externalAudioStreamparameter tostartListening(), allowing callers to supply their own audio source (e.g. a VoIP call or a file) instead of the device microphone [Alfredo Bautista]
The stream must provide raw PCM audio: 16 kHz sample rate, mono channel, 16-bit little-endian — the same format the microphone produces
WhenexternalAudioStreamisnull, behavior is identical to previous versions
0.0.8 #
- Added
LanguageUtilsclass withgetSupportedLanguages()andmaximizeLocale()methods - Language codes are now automatically sanitized to
languageCode-countryCodeformat (e.g., " en" → "en-US")
0.0.7 #
- Updated screenshots
0.0.6 #
- It is now possible to use short-lived token instead of subscription key using the " authorizationToken" parameter
0.0.5 #
- Added support for Continuous or At-Start modes
- BREAKING CHANGE : the String parameter "language" is now a list of String named "languages"
0.0.4 #
- Changed screenshots
0.0.3 #
- Added screenshots
0.0.2 #
- Minor updates to documentation
0.0.1 #
- Initial Version of the library