I have an application that is using the pulseaudio libraries to record audio. Every once in a while I check how much is readable from the stream using pa_stream_readable_size(pa_stream*). The problem is that the return value of this function is only being updated every ~2 seconds, which is a long time.
Is there any way to force it to be updated more often?