In short, I'm currently working on a project that requires the use of the
output text presented by PocketSphinx. I looked through most of the source
code made available, but I cannot seem to pinpoint exactly where it is. Would
someone be able to guide me to which module returns the sequence of words that
is converted to text from input speech?
Example:
000000011: I USED (-13171685)
I would like to grab "I USED" and store it into a *char for processing..
Thank you.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hey,
In short, I'm currently working on a project that requires the use of the
output text presented by PocketSphinx. I looked through most of the source
code made available, but I cannot seem to pinpoint exactly where it is. Would
someone be able to guide me to which module returns the sequence of words that
is converted to text from input speech?
Example:
000000011: I USED (-13171685)
I would like to grab "I USED" and store it into a *char for processing..
Thank you.
You probably want to read about pocketsphinx API here:
http://cmusphinx.sourceforge.net/wiki/pocketsphinxmigration
Hello again,
Thank you for your reply.
Was wondering, if it was possible to grab this "output" another way? That is
to say, another program grabs this information and displays it?
It depends on details