I would like to use Sphinx4 for a part of my system. And, I have already tried the HelloWorld demo which uses the microphone directly. Also, I have seen examples about using audio files.
So, my question is that is whether there is any other way to recognize voice? For example, recognize short type data (e.g. a short[]
buffer).
I cannot find ways other than using the microphone or wav files (audio files).
For example, PocketSphinx has the processRaw
function which is described in this question (Input for Pocketsphinx on Android).
Is there no corresponding function in Sphinx4?