How does one compile Pocketsphinx for fixed point operations using Microsoft Visual C++. For linux we can set flags with ./configure --enable-fixed --without-lapack. Is there any equivalent for this in VC++
Is there any tutorial available on the usage of finite state grammar with pocketsphinx.
Is it possible to find out what words have been used in the hub4wsj_sc_8k acoustic model supplied along with pocket sphinx source.
Regards
Pankaj
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
How does one compile Pocketsphinx for fixed point operations using Microsoft
Visual C++. For linux we can set flags with ./configure --enable-fixed
--without-lapack. Is there any equivalent for this in VC++
Appropriate setting are configured in include/win32/sphinx_config.h
Is there any tutorial available on the usage of finite state grammar with
pocketsphinx.
Unfortunately there is no such tutorial, try to understand that there are
things in life that have no tutorials for them. You can ask questions if you
need help.
Is it possible to find out what words have been used in the hub4wsj_sc_8k
acoustic model supplied along with pocket sphinx source.
I'm not sure what do you mean by "including words in acoustic model", there is
no such thing.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hello,
Regards
Pankaj
Appropriate setting are configured in include/win32/sphinx_config.h
Unfortunately there is no such tutorial, try to understand that there are
things in life that have no tutorials for them. You can ask questions if you
need help.
I'm not sure what do you mean by "including words in acoustic model", there is
no such thing.