Menu

FIxed point Pocketsphinx

Help
Pankaj
2010-05-15
2012-09-22
  • Pankaj

    Pankaj - 2010-05-15

    Hello,
    I am trying to compile sphinxbase for fixed point on windows.
    I see three entries in sphinx_config.h file.
    / Default radix point for fixed-point /
    / #undef DEFAULT_RADIX /

    / Use Q15 fixed-point computation /
    / #undef FIXED16 /

    / Use fixed-point computation /
    / #undef FIXED_POINT /

    Does it means that sphinxbase is by default compiled for fixed point
    implementation on windows?

    With regards
    Pankaj

     
  • Nickolay V. Shmyrev

    Does it means that sphinxbase is by default compiled for fixed point
    implementation on windows?

    That means that default implementation is floating point. To compile fixed
    point, turn undefs into defines:

    define FIXED_POINT 1

     
  • Pankaj

    Pankaj - 2010-05-15

    Do we need to change all undefs to defines or just defining FIXED_POINT is
    enough.

     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.