Re: [pulseaudio-discuss] Controlling the PulseAudio Read Call back.

2014-10-30 Thread Ibrar Ahmed
Is this the right forum to discuss that kind of issue? On Wed, Oct 29, 2014 at 4:28 PM, Ibrar Ahmed wrote: > I am writing an audio program using PulseAudio. I have registered a call > back function to read the data from the mid > > pa_stream_set_read_callback (stream, RadCB, userdata) > > The qu

[pulseaudio-discuss] Controlling the PulseAudio Read Call back.

2014-10-29 Thread Ibrar Ahmed
I am writing an audio program using PulseAudio. I have registered a call back function to read the data from the mid pa_stream_set_read_callback (stream, RadCB, userdata) The questions are 1 - How to control the occurrence of the ReadCB call back, don't want to much calling of this. 2 - Is these