I'm a beginner on the subject, both in android and pocketsphinx, I've only recently seen it. I am developing an app for android in which I need to fill in a small form with numbers by voice. In a first activity by voice I tell you what field I want to fill in, and it opens another activity for me to enter the numerical data. But in the second activity he doesn't respond to my commands. I found this in Logcat:
I/Choreographer: Skipped 57 frames! The application may be doing too much work on its main thread.
could one of you help me??
The first activity runs perfectly, but the second seems to be overloading, both are configured to asynchronously load the recognizer.
Thank you very much
I'm not speak english very well, i'm from argentina.
Soy principiante en el tema, tanto en android como pocketsphinx, hace poco que lo estoy viendo. Estoy desarrollando una app para android en el cual necesito llenar un pequeño formulario con numeros mediante la voz. En un primer activity mediante voz le digo que campo deseo completar, y me abre otro activity para que ingrese los datos numericos. Pero en el segundo activity no me responde a los comandos. En Logcat encontré esto:
I/Choreographer: Skipped 57 frames! The application may be doing too much work on its main thread.
alguno me podría ayudar??
El primer activity anda perfectamente, pero el segundo parece como si se estuviera sobrecargando, ambos estan configurados para que carguen asincronicamente al reconocedor.
Muchas gracias
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I'm a beginner on the subject, both in android and pocketsphinx, I've only recently seen it. I am developing an app for android in which I need to fill in a small form with numbers by voice. In a first activity by voice I tell you what field I want to fill in, and it opens another activity for me to enter the numerical data. But in the second activity he doesn't respond to my commands. I found this in Logcat:
I/Choreographer: Skipped 57 frames! The application may be doing too much work on its main thread.
could one of you help me??
The first activity runs perfectly, but the second seems to be overloading, both are configured to asynchronously load the recognizer.
Thank you very much
I'm not speak english very well, i'm from argentina.
Soy principiante en el tema, tanto en android como pocketsphinx, hace poco que lo estoy viendo. Estoy desarrollando una app para android en el cual necesito llenar un pequeño formulario con numeros mediante la voz. En un primer activity mediante voz le digo que campo deseo completar, y me abre otro activity para que ingrese los datos numericos. Pero en el segundo activity no me responde a los comandos. En Logcat encontré esto:
I/Choreographer: Skipped 57 frames! The application may be doing too much work on its main thread.
alguno me podría ayudar??
El primer activity anda perfectamente, pero el segundo parece como si se estuviera sobrecargando, ambos estan configurados para que carguen asincronicamente al reconocedor.
Muchas gracias