Very often when im using debug mode in my Sphinx-4 application, the application stops when I call the allocate() method on an instance of a Recognizer. The same code runs perfectly well in normal run mode.
Im currently using Eclipse.
Is this a known problem and/or do you have any ideas what may be causing it?
Any help will be highly appriciated
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I am not a Sphinx 4's expert. So I could only speculate what is going on. Sphinx 4, from what I know, use quite an amount of memory in decoding. Can you try to increase the memory use in the program?
Arthur
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Very often when im using debug mode in my Sphinx-4 application, the application stops when I call the allocate() method on an instance of a Recognizer. The same code runs perfectly well in normal run mode.
Im currently using Eclipse.
Is this a known problem and/or do you have any ideas what may be causing it?
Any help will be highly appriciated
I am not a Sphinx 4's expert. So I could only speculate what is going on. Sphinx 4, from what I know, use quite an amount of memory in decoding. Can you try to increase the memory use in the program?
Arthur