Skip to content

TusharKukra/Speech2Text

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Speech2Text

First Install flutter

cd speechtotext
flutter run

How it works

TL;DR

The flutter app open a channel on the host platform. It uses it :

  • to ask for speech recognition and microphone usage. The permission is asked on the first application launch
  • to start, cancel and stop the speech recognition
  • to listen to the recognition result

Recognition

  • iOS : Speech API : 4 languages are enabled in Speech2Text : FR / EN / RU / IT
  • Android : SpeechRecognizer : recognition should work with the device default locale, but some others may needs to be installed to enable other languages.

Task list

A ListView with TaskWidget items

Dismissible

The tasks are displayed in a Dismissible Widget

Languages menu

A PopupMenuButton

Getting Started with Flutter

For help getting started with Flutter, view our online documentation.

Original App by:

https://github.com/rxlabz/sytody

About

A Flutter Application used to convert Speech into Text

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors