Example #1
0
    def start_utt(self):
        """
        start_utt(Decoder self)

        Start utterance processing.

        This function should be called before any utterance data is passed to
        the decoder. It marks the start of a new utterance and reinitializes
        internal data structures.

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

        ps:  Decoder to be started.

        0 for success, <0 on error. 
        """
        return _pocketsphinx.Decoder_start_utt(self)
Example #2
0
 def start_utt(self):
     """start_utt(Decoder self)"""
     return _pocketsphinx.Decoder_start_utt(self)