Speech to Text on Android
问题 I am looking to create an app which has Speech to text. I am aware of this kind of ability using the RecognizerIntent: http://android-developers.blogspot.com/search/label/Speech%20Input However - I do not want a new Intent to be popped up, I want to do the analysis a certain points in my current app, and I dont want it to pop something up stating that it is currently attempting to record your voice. Has anybody any ideas on how best to do this. I was perhaps thinking of trying Sphinx 4 - but