Best android open-source packages and libraries.

ContinuousSpeechRecognition

Simple application for continuous speach to text without google dialog
Updated 4 months ago

Generic badge security: bandit Snyk Vulnerabilities for GitHub Repo Known Vulnerabilities

continuousSpeechRecognition

N|Solid

Android application for offline real time converting sound to text using google RecognitionListener class

why to use this app?

  • no google intent dialog
  • continuous speach recognition
  • works offline
  • simple

N|Solid

How it woks?

the main activity implements RecognitionListener class and override the method

N|Solid

Why to use it?

If you want to use Speech To Text ability on your app using google intent, but you don't want to present the pop up google intent or you just want to listen in background and convert it to text -> this app is for you.

Installation

You can install the apk directory, or you can clone the project:

git clone https://github.com/livnoni/continuousSpeechRecognition.git

open in Android Studio run the project

Feel free to use the logic for your intrest.

Have fun!!