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.
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
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With