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?

link|improve this question

80% accept rate
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.