Skip to content

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

License

Notifications You must be signed in to change notification settings

LaTrita97/speech_to_text

 
 

Repository files navigation

speech_to_text

A library that exposes device specific speech recognition capability.

This plugin contains a set of classes that make it easy to use the speech recognition capabilities of the underlying platform in Flutter. It supports Android, iOS and web. The target use cases for this library are commands and short phrases, not continuous spoken conversion or always on listening.

Contents

This project has the code for the plugin on multiple native platforms including iOS, Android and the web.

This project defines the behaviour required on each host platform. To implement the plugin for a new platform the behaviour of this interface is implemented on that platform. See the docs here for a description of the approach.

The plugin has an included example app but it was built before web support. This project has an updated example that supports the web. An upcoming release will update the embedded example to support web as a target and this project might go away.

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Dart 71.2%
  • Kotlin 13.0%
  • Swift 11.5%
  • HTML 2.2%
  • Ruby 1.8%
  • Objective-C 0.2%
  • Shell 0.1%