Hello, I'm wondering if there is any way for a libpulse application to query (or even better, to get notified through a callback) if an overrun has happened in a source in the server (inside the alsa-source in particular)? From what I can understand, the stream's overflow callback only gets called if the daemon's buffer overflows which is very unlikely since it's resized on demand and not for the underlying source. For example if I suspend the pulseaudio process during record and then resume it the overflow callback doesn't get called. Regards, Magnus