コード例 #1
0
ファイル: pyaudio.py プロジェクト: chai41104/NLP
    def is_active(self):
        """
        Returns whether the stream is active.

        :rtype: bool
        """

        return pa.is_stream_active(self._stream)
コード例 #2
0
ファイル: pyaudio.py プロジェクト: FOSSRIT/PyTalk
    def is_active(self):
        """
        Returns whether the stream is active.

        :rtype: bool
        """

        return pa.is_stream_active(self._stream)