コード例 #1
0
ファイル: pocketsphinx.py プロジェクト: lwllovewf2010/jarvis
    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)
コード例 #2
0
ファイル: pocketsphinx.py プロジェクト: kumarremoa/Goferbot
 def start_stream(self):
     """start_stream(Decoder self)"""
     return _pocketsphinx.Decoder_start_stream(self)