So far I have followed steps and installed pocketsphinx & sphinx4 in my ubuntu system running in virtual box. All things are okay and as i hit pocketsphinx_continuous -inmic yes I get lines of codes and it stops at this INFO: continuous.c(275): Ready....
INFO: continuous.c(261): Listening...
As i speak into the microphone then then runs a series of test and tries to match i suppose the words etc. but no where do i see the words i spoke into the microphone. Do i need to download the language model etc ? the installation folder for pocketsphinx already has a model folder with en-us file within .
What am i missing ?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Thankyou i recorded a lengthy speech and then was able to view the output. The problem with me was i was utterning only few words and all the logs pushed it upwards. Its was already working. Thank you nickolay
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
So far I have followed steps and installed pocketsphinx & sphinx4 in my ubuntu system running in virtual box. All things are okay and as i hit pocketsphinx_continuous -inmic yes I get lines of codes and it stops at this
INFO: continuous.c(275): Ready....
INFO: continuous.c(261): Listening...
As i speak into the microphone then then runs a series of test and tries to match i suppose the words etc. but no where do i see the words i spoke into the microphone. Do i need to download the language model etc ? the installation folder for pocketsphinx already has a model folder with en-us file within .
What am i missing ?
The words are in the output, something like
If you want to disable log information add
-logfn /dev/null
to pocketsphinx optionsNo, it is already included
To get more detailed help provide full log output.
Thankyou i recorded a lengthy speech and then was able to view the output. The problem with me was i was utterning only few words and all the logs pushed it upwards. Its was already working. Thank you nickolay