Hello, I want to convert speech to text conversion without using internet on android, of course this is what sphinx provides.
I am stuck here to run sample working example for speech to text conversion.
I am following the link: https://github.com/cmusphinx/sphinx4 . But its is giving me the error of "module is not found".
What should be the scenario is that when we start the app on android it should start recognizing anything that the person is speaking.
Can we achieve this?
What modifcations should be done over there.?
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
hey Nickolay you are right .
Means I have to add/import that "En-US generic language model" to the existing demo project at the link https://github.com/cmusphinx/pocketsphinx-android-demo . Is this you are saying, then it will identify/recognize all the words and sentenses that one is saying.
Am i right.? Or if not correct me.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Means I have to add/import that "En-US generic language model" to the existing demo project at the link https://github.com/cmusphinx/pocketsphinx-android-demo . Is this you are saying, then it will identify/recognize all the words and sentenses that one is saying.
No, it will not be that simple. For more details you can read the link above.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello, I want to convert speech to text conversion without using internet on android, of course this is what sphinx provides.
I am stuck here to run sample working example for speech to text conversion.
I am following the link: https://github.com/cmusphinx/sphinx4 . But its is giving me the error of "module is not found".
I also come across the link https://sourceforge.net/projects/cmusphinx/files/sphinx4/5prealpha/ and tried this as well.
It is also giving problem while openinng.
Can anyone provide the link that will do the job of speech to text convesion.i.e. working example link for speech to text using sphinx-4.
That will help me a lot.
Thank you.
sphinx4 does not run on android, it is too slow.
pocketsphinx for android tutorial is here http://cmusphinx.sourceforge.net/wiki/tutorialandroid
Thank you Nickolay for your quick reply.
the example provided at the link http://cmusphinx.sourceforge.net/wiki/tutorialandroid or https://github.com/cmusphinx/pocketsphinx-android-demo have some constrains to start recogntion of digits we have to say digits.
To start recognition of words we have to say phones etc. How should we get rid of this dependency.
What should be the scenario is that when we start the app on android it should start recognizing anything that the person is speaking.
Can we achieve this?
What modifcations should be done over there.?
http://stackoverflow.com/questions/25949295/cmusphinx-pocketsphinx-recognize-all-or-large-amount-of-english-words
hey Nickolay you are right .
Means I have to add/import that "En-US generic language model" to the existing demo project at the link https://github.com/cmusphinx/pocketsphinx-android-demo . Is this you are saying, then it will identify/recognize all the words and sentenses that one is saying.
Am i right.? Or if not correct me.
No, it will not be that simple. For more details you can read the link above.
hey Nickolay, I downloaded and run demo of pocketsphinx for android, its voice to text is so poor, what should i look it into to improve