How do I turn off E_INFO in pocketsphinx?

前端 未结 4 899
野的像风
野的像风 2021-02-14 02:12

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

4条回答
  •  执笔经年
    2021-02-14 03:04

    i use the API,and add

    err_set_logfp(NULL);
    

    before using

    ps_init(config);
    

    and it will work without any "INFO"log

提交回复
热议问题