How to fix OutOfMemoryError for voce -speech recognition.
in
Contributed Library Questions
•
2 years ago
I have just started using Voce library for speech recognition All I have managed to to is downloading the jar file , intall all the required libraries. I tried to write a run one of the demos but keep on recieng a
OutOfMemoryError error limked to the speechInterface init method. I there where I am missing it?
Below is the init definition I am using.
voce.SpeechInterface.init("C:/", false, true, "./grammar", "digits");
Below is the init definition I am using.
voce.SpeechInterface.init("C:/", false, true, "./grammar", "digits");
1