I\'m trying to make real-time plotting sound in python. I need to get chunks from my microphone.
Using PyAudio, try to use
import pyaudio import wav
This was helpful for me:
input_ = stream.read(chunk, exception_on_overflow=False) exception_on_overflow = False