Are the options FIXED16 and FIXED_POINT mutually exclusive. When I define FIXED16 as 1 and FIXED_POINT is left undefined, then sphinxbase fails to compile. If both definitions are enabled then the compilation is successful. So when both are enabled what would be the mode of pocketsphinx, FIXED16 or FIXED_POINT.
Regards
Pankaj
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Fixed and fixed16 are not mutually exclusive. Fixed16 extends fixed and used
in addition to it. When fixed16 and fixed are defined arithmeticts is fixed
point 16 bit. With only fixed its 32-bit.
Try to answer on such easy questions yourself, they are not so hard to answer!
You'll enjoy self-awareness then!
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Regards
Pankaj
Fixed and fixed16 are not mutually exclusive. Fixed16 extends fixed and used
in addition to it. When fixed16 and fixed are defined arithmeticts is fixed
point 16 bit. With only fixed its 32-bit.
Try to answer on such easy questions yourself, they are not so hard to answer!
You'll enjoy self-awareness then!