Example #1
0
    def get_logmath(self):
        """
        get_logmath(Decoder self) -> LogMath

        Get the log-math computation object for this decoder.

        The log-math object for this decoder. The decoder retains ownership of
        this pointer, so you should not attempt to free it manually. Use
        logmath_retain() if you wish to reuse it elsewhere. 
        """
        return _pocketsphinx.Decoder_get_logmath(self)
Example #2
0
 def get_logmath(self):
     """get_logmath(Decoder self) -> LogMath"""
     return _pocketsphinx.Decoder_get_logmath(self)