Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Java speech recognition API [closed]

I am currently developing an Android application where I am required to implement speech recognition.

Could you suggest a link where I could find a Java speech recognition API?

like image 980
jaymin Avatar asked Jun 14 '10 04:06

jaymin


People also ask

Can Google Speech API be used offline?

Android does have offline speech recognition capabilities. You can activate this by going to Settings - Language and Input - Voice Input and touch the cog icon next to Enhanced Google Services.

Is Google speech-to-text API open source?

Google today open-sourced the speech engine that powers its Android speech recognition transcription tool Live Transcribe. The company hopes doing so will let any developer deliver captions for long-form conversations. The source code is available now on GitHub.

How do I use Google speech recognition API in Java?

Set Up an Eclipse IDE-Based Development Environment Select or create a Google Cloud project. Enable billing for the project. Enable Google Cloud's Text-to-Speech Service; follow this page, Cloud Text-to-Speech API to enable the service.


3 Answers

CMU Sphinx Open Source Toolkit For Speech Recognition

CMU Sphinx Open Source Toolkit For Speech Recognition Android

like image 93
Robert Harvey Avatar answered Oct 22 '22 00:10

Robert Harvey


Please read these articles they contain good tuts on Speech Recognition

1) This - A video tutorial from Youtube.

2) This - A tutorial which goes through the process of creating a app which uses SpeechRecognition.

3) This - A opensource Voice recognition project...

like image 34
Prakhar Avatar answered Oct 22 '22 01:10

Prakhar


I would advise the android.speech package:

http://developer.android.com/reference/android/speech/package-summary.html

like image 39
Anthony Avatar answered Oct 22 '22 01:10

Anthony