-
Notifications
You must be signed in to change notification settings - Fork 720
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
pocketsphinx_continuous is unable to convert speech to text #199
Comments
mips big endian or little endian? |
Hi @nshmyrev
|
Try to recognize a file with jsgf grammar. |
As for the second log, decoding is too slow on your device, probably it is very tiny cpu and the model needs optimization. |
Thanks for the prompt response |
@WilliamVJacob sure, describe me in more details the application you want to build and the hardware you have in mind. |
I want to run pocketsphinx on an embedded device with 2 USB mic , 256 RAM , 128 MB Flash The processor is ALI M3627-AL single core. |
Hi, pocketsphinx_continuous no longer exists, but, it seems we still have some issues with mipsel architecture. If you are able to try the current code (with pocketsphinx_batch) I would be interested to see the results. |
why is pocketsphinx_continuous not available anymore? |
No more audio library. If there's a reasonable use case for |
Also you'll note that the original reporter is using |
Hi, I would very much like to fix this as well as #252 but I don't have access to a mipsel machine for testing. The best I can do will be to validate it with QEMU, which is hopefully a faithful replication of the architecture. |
Hi All,
I recently compiled the pocket sphinx on MIPS architecture and then I recorded a 16 bit 16000 Hz mono audio and then I tried to run pocketsphinx_continuous using the following command
pocketsphinx_continuous -hmm en-us/ -lm TAR9897/9897.lm -dict TAR9897/9897.dic -infile input.wav
But I am unable to get any speech from the audio but when I tried to do the same in my laptop it was working. Please help
I am sharing the logs below
The text was updated successfully, but these errors were encountered: