Example #1
0
    def get_feat(self):
        """
        get_feat(Decoder self) -> Feature

        Get the dynamic feature computation object for this decoder.

        The dynamic feature computation object for this decoder. The decoder
        retains ownership of this pointer, so you should not attempt to free
        it manually. Use feat_retain() if you wish to reuse it elsewhere. 
        """
        return _pocketsphinx.Decoder_get_feat(self)
Example #2
0
 def get_feat(self):
     """get_feat(Decoder self) -> Feature"""
     return _pocketsphinx.Decoder_get_feat(self)