I'm working on a project that involves speech recognition on Android. And i have some questions without clear answers on this site (or any, actually). I need to do a something like a speech to text, the problem is that i need it working continuously, imagine an app running on background and writing everything it hears on a txt. I know i will need to correct a lot of "noise hearing", but it will come later..
I am using pocketsphinx-android, and tried to follow this tutorial: http://cmusphinx.sourceforge.net/wiki/tutorialandroid
The problem comes when i try to do a continuous recognition, because the tutorial only shows the steps for searching words - taken from the tutorial: "keyword-activation search" and "grammar-based searches" and "language model search". This is my first time on speech recog, and i'm quite lost so it would be great if someone can give me a direction to follow!