Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Are there any library for voice recognition on mobile (ios android) [closed]

I want to implement some simple transcriber for deaf people, so I need a library for mobile (ios and android) that will help me to recognize the audio from the microphones and convert it into text.

I'm not concerned about the library autocorrecting words, because I want also random words or screams to be recognized.

Also I would love if it can work offline.

like image 844
Cristian Ceron Avatar asked Oct 27 '25 05:10

Cristian Ceron


2 Answers

Google does:

public static SpeechRecognizer createSpeechRecognizer (Context context, ComponentName serviceComponent)

There is a speech recognition class (literally SpeechRecognizer) which can be used for that.

There are a few third party options which can be used for iOS. Given here and also here.

Android have already a API for this, take a look: http://developer.android.com/reference/android/speech/SpeechRecognizer.html

The api can be used offline, but the user needs to download the offline speech recognition package.

In this topic, you will find more information:

Java speech recognition API

like image 45
Rafael Camarda Avatar answered Oct 28 '25 20:10

Rafael Camarda



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!