Question

I want to develop an Android application for learning English and I would like it to have a voice recognition feature as part of the exercises in the application.

Is there anything ready which I can add to my application to implement it ? Do you have any suggestions from where to start ? And is it too complicated?

Was it helpful?

Solution

Why don't you consider about SpeechRecognizer. This class provides access to the speech recognition service. This service allows access to the speech recognizer. Do not instantiate this class directly, instead, call createSpeechRecognizer(Context). This class's methods must be invoked only from the main application thread.

I hope this will help you.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top