talk_it 1.0.1 copy "talk_it: ^1.0.1" to clipboard
talk_it: ^1.0.1 copied to clipboard

Simple native speech-to-text for Flutter. Talk, get text — like speech_to_text but lighter, with reliable Arabic support and push-to-talk mode.

0.1.0 #

  • Initial release.
  • TalkIt class with speech_to_text-style API: initialize, listen, stop, cancel.
  • TalkItResult with recognizedWords and isFinal.
  • Two modes: TalkItMode.untilSilence (default) and TalkItMode.untilStopped (push-to-talk).
  • Android: SpeechRecognizer with continuous restart in push-to-talk mode.
  • iOS: SFSpeechRecognizer + AVAudioEngine.
  • Reliable Arabic (ar-EG) support.
7
likes
145
points
251
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Simple native speech-to-text for Flutter. Talk, get text — like speech_to_text but lighter, with reliable Arabic support and push-to-talk mode.

Repository (GitHub)
View/report issues

Topics

#speech-recognition #stt #voice #arabic

License

MIT (license)

Dependencies

flutter

More

Packages that depend on talk_it

Packages that implement talk_it