Hi,
I have successfully installed pocketsphinx pre alpha .. but i want to integrate it into a c++ application, i followed this tutorial http://cmusphinx.sourceforge.net/wiki/tutorialpocketsphinx but i am looking for decoding a live audio input for my application, i understand that i've to run continuous.c but an error occurs "/usr/local/include/sphinxbase/ad.h:44:27: fatal error: sphinx_config.h: No such file or directory
include <sphinx_config.h>" and the file sphinx_config.h is puted in place</sphinx_config.h>
Last edit: ElMokhtar Ahmed 2016-04-09
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi,
I have successfully installed pocketsphinx pre alpha .. but i want to integrate it into a c++ application, i followed this tutorial http://cmusphinx.sourceforge.net/wiki/tutorialpocketsphinx but i am looking for decoding a live audio input for my application, i understand that i've to run continuous.c but an error occurs "/usr/local/include/sphinxbase/ad.h:44:27: fatal error: sphinx_config.h: No such file or directory
include <sphinx_config.h>" and the file sphinx_config.h is puted in place</sphinx_config.h>
Last edit: ElMokhtar Ahmed 2016-04-09
i solved the previous error, but sadly i have a new one
i think it's a recording problem
the problem is with this line
ad = ad_open_dev("sysdefault", (int) cmd_ln_float32_r(config, "-samprate"));what can i do please ?
Last edit: ElMokhtar Ahmed 2016-04-10