Re: [pulseaudio-discuss] volume ramping

2011-05-17 Thread Colin Guthrie
'Twas brillig, and Baek Chang at 17/05/11 18:13 did gyre and gimble: > Oh great, so it will be merged back into a branch as a new feature. Is > there any place to push patches I've made against it somewhere, or > should i just wait until its merged back in? There isn't a feature branch for this y

Re: [pulseaudio-discuss] volume ramping

2011-05-17 Thread Baek Chang
Oh great, so it will be merged back into a branch as a new feature. Is there any place to push patches I've made against it somewhere, or should i just wait until its merged back in? Thanks On Mon, May 16, 2011 at 7:22 PM, Arun Raghavan < arun.ragha...@collabora.co.uk> wrote: > On Mon, 2011-05-

Re: [pulseaudio-discuss] volume ramping

2011-05-16 Thread Arun Raghavan
On Mon, 2011-05-16 at 18:21 -0700, Baek Chang wrote: > Hi, > > > There used to be some test/sample code that did volume ramping on > pulseaudio git source. Recently it has been taken out. Any idea as > to why, the revert commits did not mention a reason. > I've been testing it out and it seems

[pulseaudio-discuss] volume ramping

2011-05-16 Thread Baek Chang
Hi, There used to be some test/sample code that did volume ramping on pulseaudio git source. Recently it has been taken out. Any idea as to why, the revert commits did not mention a reason. I've been testing it out and it seems stable, I did have to change some of the logic and code to get it wo

Re: [pulseaudio-discuss] Volume ramping

2010-04-28 Thread Jason Taylor
On 22 April 2010 23:18, Colin Guthrie wrote: > 'Twas brillig, and Jason Taylor at 22/04/10 11:34 did gyre and gimble: >> Is there a reason you can't ramp volume from daemon introspection >> >> http://0pointer.de/lennart/projects/pulseaudio/doxygen/introspect_8h.html >> >> pa_context_set_sink_input

Re: [pulseaudio-discuss] Volume ramping

2010-04-22 Thread Colin Guthrie
'Twas brillig, and Jason Taylor at 22/04/10 11:34 did gyre and gimble: > Is there a reason you can't ramp volume from daemon introspection > > http://0pointer.de/lennart/projects/pulseaudio/doxygen/introspect_8h.html > > pa_context_set_sink_input_volume_with_ramping ? IIRC volume ramping was imp

[pulseaudio-discuss] Volume ramping

2010-04-22 Thread Jason Taylor
Is there a reason you can't ramp volume from daemon introspection http://0pointer.de/lennart/projects/pulseaudio/doxygen/introspect_8h.html pa_context_set_sink_input_volume_with_ramping ? Cheers -- "Weekends don't count unless you spend them doing something completely pointless. " - Calven __

Re: [pulseaudio-discuss] Volume Ramping Updated Patch

2009-07-15 Thread Colin Guthrie
'Twas brillig, and Zheng, Huan at 15/07/09 09:04 did gyre and gimble: Could someone kindly approve the mail? I'm afraid I don't have the necessary permissions here :( Perhaps you should consider one of the following options: 1. Post a git format-patch version of your changes as sepearate ema

Re: [pulseaudio-discuss] Volume Ramping Updated Patch

2009-07-15 Thread Zheng, Huan
Hi, I sent out a refined patch for volume ramping according to suggestions from Lennart, but the mail is too big so I got the following info: Your mail to 'pulseaudio-discuss' with the subject Volume Ramping Updated Patch Is being held until the list moderator can review it for approval. Th

Re: [pulseaudio-discuss] volume ramping

2009-01-06 Thread Lennart Poettering
On Mon, 15.12.08 17:12, Baek Chang (baek...@ccrma.stanford.edu) wrote: Sorry for the late response, > I were to utilize a ramping function to process a block of audio in a > sink-input, where should this be called? I tried using inserting a ramping > routine on a sink-input within pa_sink_input_

Re: [pulseaudio-discuss] volume ramping

2008-12-15 Thread Baek Chang
I were to utilize a ramping function to process a block of audio in a sink-input, where should this be called? I tried using inserting a ramping routine on a sink-input within pa_sink_input_peek(), in sink-input.c This seems to give me strange results. Any suggestions on where I could process th

Re: [pulseaudio-discuss] volume ramping

2008-12-11 Thread Lennart Poettering
On Thu, 11.12.08 09:56, Baek Chang (baek...@ccrma.stanford.edu) wrote: > What is the proper way to do volume ramping in pulse audio to avoid clicking > when changed the volume? I wrote a module to callback and change the volume > in small incremental steps, but it seems that pulse seems to apply

[pulseaudio-discuss] volume ramping

2008-12-11 Thread Baek Chang
What is the proper way to do volume ramping in pulse audio to avoid clicking when changed the volume? I wrote a module to callback and change the volume in small incremental steps, but it seems that pulse seems to apply the volume changes on the audio buffer as a whole. Does pulseaudio take a vol