search for: sphinx_

Displaying 2 results from an estimated 2 matches for "sphinx_".

Did you mean: sphinx
2004 Aug 06
2
delay issues in speex, integer API
...codec to compensate for this delay. I'll probably scrap the initial x samples in the decoding process where x would be 509 for the UWB mode (x is yet to be determined for all the other modes). In the integer Speex version, I changed all public API function names in libspeex to begin with "sphinx_" instead of "speex_". I also prepended every table, typedef or function name with an underscore. That allows me to link against libspeex and libsphinx at the same time without conflict and compare the SNR values of both implementations. Regarding the ACM, I received a bug report ind...
2004 Aug 06
0
Sphinx work-in-progress sourcecode
...converted back into floating point and are used in the remaining floating point codepath. That is why currently only the Sphinx FP SNR value is of interest. If this value drops relative to the Speex SNR value, you know you have messed up ;) Regarding the API: I converted all public speex_ calls to sphinx_. All non-public functions and some tables have been prepended with an underscore sign to allow linking against both libraries without conflicts. Fully integerized subroutines are often prepended with an I_. I have created a second stack (called _stack) in both encoder and decoder that holds integ...