예제 #1
0
파일: pyaudio.py 프로젝트: chai41104/NLP
    def get_cpu_load(self):
        """
        Return the CPU load.  This is always 0.0 for the
        blocking API.

        :rtype: float
        """

        return pa.get_stream_cpu_load(self._stream)
예제 #2
0
파일: pyaudio.py 프로젝트: FOSSRIT/PyTalk
    def get_cpu_load(self):
        """
        Return the CPU load.  This is always 0.0 for the
        blocking API.

        :rtype: float
        """

        return pa.get_stream_cpu_load(self._stream)