Hi there, I am trying to modify the config of WavFile and Transcriber demos, though at this point I have made so many changes I might have included some changes from this forum too...
While I run the project on Netbeans I get this error message. Can someone help me out?
java.lang.NullPointerException
at edu.cmu.sphinx.frontend.endpoint.SpeechClassifier.getData(SpeechClassifier.java:177)
at edu.cmu.sphinx.frontend.endpoint.SpeechMarker.readData(SpeechMarker.java:161)
at edu.cmu.sphinx.frontend.endpoint.SpeechMarker.getData(SpeechMarker.java:108)
I didn´t put all the message since it is a bit long and I guess the first error is responsible for the next ones... if necessary I would post everything.
What I am trying to do is to recognize a wavfile and I have changed the acoustic, frontend.
Thanks a lot
Mauricio
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I hope you understand that the description "I changed something, don't know what, don't know where and it stops working" is not a proper stated question.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi there, I am trying to modify the config of WavFile and Transcriber demos, though at this point I have made so many changes I might have included some changes from this forum too...
While I run the project on Netbeans I get this error message. Can someone help me out?
java.lang.NullPointerException
at edu.cmu.sphinx.frontend.endpoint.SpeechClassifier.getData(SpeechClassifier.java:177)
at edu.cmu.sphinx.frontend.endpoint.SpeechMarker.readData(SpeechMarker.java:161)
at edu.cmu.sphinx.frontend.endpoint.SpeechMarker.getData(SpeechMarker.java:108)
I didn´t put all the message since it is a bit long and I guess the first error is responsible for the next ones... if necessary I would post everything.
What I am trying to do is to recognize a wavfile and I have changed the acoustic, frontend.
Thanks a lot
Mauricio
You need to provide
I hope you understand that the description "I changed something, don't know what, don't know where and it stops working" is not a proper stated question.