speech_to_text 0.5.1 copy "speech_to_text: ^0.5.1" to clipboard
speech_to_text: ^0.5.1 copied to clipboard

outdated

A Flutter plugin that exposes device specific text to speech recognition capability.

Changelog #

0.5.1 #

  • Fixes a problem where the recognizer left the AVAudioSession in record mode which meant that subsequent sounds couldn't be played.

0.5.0 #

Initial draft with limited functionality, supports:

  • initializing speech recognition
  • asking the user for permission if required
  • listening for recognized speech
  • canceling the current recognition session
  • stopping the current recognition session
  • Android and iOS 10+ support

Missing:

  • some error handling
  • testing across multiple OS versions
  • and more, to be discovered...
1184
likes
0
pub points
99%
popularity

Publisher

verified publishercsdcorp.com

A Flutter plugin that exposes device specific text to speech recognition capability.

Repository (GitHub)
View/report issues

License

unknown (LICENSE)

Dependencies

flutter, json_annotation

More

Packages that depend on speech_to_text