deepgram_speech_to_text 2.1.1 deepgram_speech_to_text: ^2.1.1 copied to clipboard
A Deepgram client for Dart and Flutter, supporting all Speech-to-Text and Text-to-Speech features on every platform.
2.1.1 #
- updated dependencies
2.1.0 #
- support for TTS (text to speech)
2.0.1 #
- better documentation and debug hints
2.0.0 #
- STT methods now return a
DeepgramSttResult
instead of plain json string (breaking change) - updated example in README.md and /example, added a flutter demo
- better documentation
1.0.5 #
- better doc
1.0.4 #
- Added WEB support (for real this time)
1.0.3 #
- Tried to add WEB support
1.0.2 #
- Fixed incorrect documentation
1.0.1 #
- Formatted for pub.dev
1.0.0 #
- Initial version.