PyAudio is based on PortAudio. Is there anyway to detect a buffer under/overflow for writing/reading from an audio stream in PyAudio?
|
feedback
|
|
According to the documentation you can raise an exception on underflow when doing a write on a Stream class:
| ||||
feedback
|