E_INFO is printing a bunch of logs. I don\'t know how I can turn that off. I searched E_INFO from all source files in pocket/base sphinx but I was not able to find where it set
If you are using the API, this is what I did:
// turn off pocketsphinx output err_set_logfp(NULL); err_set_debug_level(0);
The API given by the accepted answer didn't work for me.