intxcc / pyaudio_portaudio

A fork to record speaker output with python. PyAudio with PortAudio for Windows | Extended | Loopback | WASAPI | Latest precompiled Version
MIT License
245 stars 62 forks source link

stream.read only returns data when stream stops #33

Open tavin-inc opened 4 years ago

tavin-inc commented 4 years ago

I made a post on here (stackoverflow) talking about this problem. Basically stream.read is "getting stuck" while stream is open, thus not returning any data. However, when the stream stops, it returns old data