Sam Honarvar
Sam Honarvar

Reputation: 1

Android speech recognition keep listening

I have been trying to modify my voice recognizer application so it would keep listening once started. It would listen up to a silence section and then come back online as soon as the translation is completed.

So I was wondering how this could be possible without having to write a complete API.

I have gone through google and stackoverflow, there is one similar question but no straight answer is given.

If anyone knows to do this, I would be really grateful!

Thank you.

Upvotes: 0

Views: 1682

Answers (1)

MikeIsrael
MikeIsrael

Reputation: 2889

This example app/tutorial listens for results computes and then starts listening again. May be what you're looking for.

http://androiddev101.com/episode-8-speech-recognition-say-what/

Upvotes: 1

Related Questions