talk_it 1.0.1
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.
TalkItclass withspeech_to_text-style API:initialize,listen,stop,cancel.TalkItResultwithrecognizedWordsandisFinal.- Two modes:
TalkItMode.untilSilence(default) andTalkItMode.untilStopped(push-to-talk). - Android:
SpeechRecognizerwith continuous restart in push-to-talk mode. - iOS:
SFSpeechRecognizer+AVAudioEngine. - Reliable Arabic (
ar-EG) support.