Hi, I see there are some different options in batch.c other than in acmod.c, and pocketsphinx_continuous seems not to know these arguments when I try to use them.
Are these arguments being discarded or something? If yes, is it possible to use them?
Thanks.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Some arguments make sense only for batch processing like cepdir, pocketsphinx_continuous does not use them and there is no much sense to use them. Same the other way around, for example, inmic.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi, I see there are some different options in batch.c other than in acmod.c, and pocketsphinx_continuous seems not to know these arguments when I try to use them.
Are these arguments being discarded or something? If yes, is it possible to use them?
Thanks.
Some arguments make sense only for batch processing like
cepdir
, pocketsphinx_continuous does not use them and there is no much sense to use them. Same the other way around, for example,inmic
.