Esempio n. 1
0
    def get_in_speech(self):
        """
        get_in_speech(Decoder self) -> bool

        Checks if the last feed audio buffer contained speech.

        Parameters:
        -----------

        ps:  Decoder.

        1 if last buffer contained speech, 0 - otherwise 
        """
        return _pocketsphinx.Decoder_get_in_speech(self)
Esempio n. 2
0
 def get_in_speech(self):
     """get_in_speech(Decoder self) -> bool"""
     return _pocketsphinx.Decoder_get_in_speech(self)