Hello
i want to cross-compile my C file but i have a problem with model dir , i used an example from the tuto in the web site of sphinx :
include <pocketsphinx.h></pocketsphinx.h>
int
main(int argc, char argv[])
{
ps_decoder_t ps; // the decoder ( engine )
cmd_ln_t config; // configuration object
FILE fh;
char const hyp, uttid; // l'hypothese de mot et ID de stream de parole %
int16 buf[512]; //la parole est parser dans des buf de 512
int rv; // id de la parti
int32 score;
Hello
i want to cross-compile my C file but i have a problem with model dir , i used an example from the tuto in the web site of sphinx :
include <pocketsphinx.h></pocketsphinx.h>
int
main(int argc, char argv[])
{
ps_decoder_t ps; // the decoder ( engine )
cmd_ln_t config; // configuration object
FILE fh;
char const hyp, uttid; // l'hypothese de mot et ID de stream de parole %
int16 buf[512]; //la parole est parser dans des buf de 512
int rv; // id de la parti
int32 score;
}
and for the make file is in attachement
What is the problem exactly? You are not quite clear.