Hi there.
Let me say this is purely an annoyance, pocketsphinx is working A-OK.
In android studio's logcat I am getting the following warning three times a second.
07-30 21:54:31.334 20341-20392/com.test.p01_project W/cmusphinx﹕ WARN: "pocketsphinx.c", line 1045: Data size is too large, word timings might be wrong, process audio in smaller chunks
Is there a command I should be using in setupRecognizer() to resolve these warnings? or an alternative way to silence them?
I couldn't find much in the way of other ways to set up pocketsphinx than the standard example.
(If this is simple I also have a secondary question - how do I specify the threshold for non-key words, like words in my menu.gram?)
Appreciate any responses.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
07-30 21:54:31.334 20341-20392/com.test.p01_project W/cmusphinx﹕ WARN: "pocketsphinx.c", line 1045: Data size is too large, word timings might be wrong, process audio in smaller chunks
Looks like you are using older version, please update.
(If this is simple I also have a secondary question - how do I specify the threshold for non-key words, like words in my menu.gram?)
It is not supported yet.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi there.
Let me say this is purely an annoyance, pocketsphinx is working A-OK.
In android studio's logcat I am getting the following warning three times a second.
07-30 21:54:31.334 20341-20392/com.test.p01_project W/cmusphinx﹕ WARN: "pocketsphinx.c", line 1045: Data size is too large, word timings might be wrong, process audio in smaller chunks
Is there a command I should be using in setupRecognizer() to resolve these warnings? or an alternative way to silence them?
I couldn't find much in the way of other ways to set up pocketsphinx than the standard example.
(If this is simple I also have a secondary question - how do I specify the threshold for non-key words, like words in my menu.gram?)
Appreciate any responses.
Looks like you are using older version, please update.
It is not supported yet.
Many thanks for the speedy response.
You are right, I guess I downloaded it longer ago than I thought, haha.
Appreciate it.