Ejemplo n.º 1
0
    def get_fe(self):
        """
        get_fe(Decoder self) -> FrontEnd

        Get the feature extraction object for this decoder.

        The feature extraction object for this decoder. The decoder retains
        ownership of this pointer, so you should not attempt to free it
        manually. Use fe_retain() if you wish to reuse it elsewhere. 
        """
        return _pocketsphinx.Decoder_get_fe(self)
Ejemplo n.º 2
0
 def get_fe(self):
     """get_fe(Decoder self) -> FrontEnd"""
     return _pocketsphinx.Decoder_get_fe(self)