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

        Start processing of the stream of speech.

        Channel parameters like noise-level are maintained for the stream and
        reused among utterances. Times returned in segment iterators are also
        stream-wide.

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