Re: [pulseaudio-discuss] rewind and underrun issues on start of playback

2011-05-26 Thread xing wang
Hi baeksan, Accidently I see your post about Pulseaudio rewind issue, that's quite same with mine. The background is, with timer-based feature enabled, i use default 2000ms of tsched_size, when playback begins there's rewind operation because of application's request latency very low,so the

Re: [pulseaudio-discuss] ask about the assumption of min volume and max volume got from ALSA

2011-05-26 Thread Colin Guthrie
Hi, 'Twas brillig, and xing wang at 26/05/11 04:52 did gyre and gimble: Would you please give some comments about Guanqun's patch? We're working on Pulseaudio and meet some bugs, i think we will run faster with community's help. Absolutely! To be honest tho', I was hoping Tanu or David would

Re: [pulseaudio-discuss] ask about the assumption of min volume and max volume got from ALSA

2011-05-26 Thread Lu Guanqun
Hi Col, On Thu, May 26, 2011 at 04:30:03PM +0800, Colin Guthrie wrote: Hi, 'Twas brillig, and xing wang at 26/05/11 04:52 did gyre and gimble: Would you please give some comments about Guanqun's patch? We're working on Pulseaudio and meet some bugs, i think we will run faster with

[pulseaudio-discuss] [PATCH] fix the assumption that volume is always positive

2011-05-26 Thread Lu Guanqun
Add a variable to track whether the actual volume is set or not. Suppose this: min volume: -126max volume: 0 then when user wants to set some constant volume to -10, it would fail. --- src/modules/alsa/alsa-mixer.c |6 +- 1 files changed, 5 insertions(+), 1 deletions(-)

Re: [pulseaudio-discuss] [PATCH] fix the assumption that volume is always positive

2011-05-26 Thread Colin Guthrie
'Twas brillig, and Lu Guanqun at 26/05/11 09:49 did gyre and gimble: Add a variable to track whether the actual volume is set or not. Suppose this: min volume: -126max volume: 0 then when user wants to set some constant volume to -10, it would fail. Tanu, are you OK with this

Re: [pulseaudio-discuss] rewind and underrun issues on start of playback

2011-05-26 Thread Colin Guthrie
'Twas brillig, and xing wang at 26/05/11 09:09 did gyre and gimble: I: main.c: This is PulseAudio 0.9.22 Just as a very small aside, David did some work on Fighting Rewinds recently. Just search the stable-queue git log for Fighting rewinds... These may already be included in your build, but

Re: [pulseaudio-discuss] rewind and underrun issues on start of playback

2011-05-26 Thread xing wang
2011/5/26 Colin Guthrie gm...@colin.guthr.ie: 'Twas brillig, and xing wang at 26/05/11 09:09 did gyre and gimble: I: main.c: This is PulseAudio 0.9.22 Just as a very small aside, David did some work on Fighting Rewinds recently. Just search the stable-queue git log for Fighting rewinds...

Re: [pulseaudio-discuss] rewind and underrun issues on start of playback

2011-05-26 Thread Colin Guthrie
'Twas brillig, and xing wang at 26/05/11 10:42 did gyre and gimble: 2011/5/26 Colin Guthrie gm...@colin.guthr.ie: 'Twas brillig, and xing wang at 26/05/11 09:09 did gyre and gimble: I: main.c: This is PulseAudio 0.9.22 Just as a very small aside, David did some work on Fighting Rewinds

Re: [pulseaudio-discuss] rewind and underrun issues on start of playback

2011-05-26 Thread xing wang
2011/5/26 Colin Guthrie gm...@colin.guthr.ie: 'Twas brillig, and xing wang at 26/05/11 10:42 did gyre and gimble: 2011/5/26 Colin Guthrie gm...@colin.guthr.ie: 'Twas brillig, and xing wang at 26/05/11 09:09 did gyre and gimble: I: main.c: This is PulseAudio 0.9.22 Just as a very small aside,

Re: [pulseaudio-discuss] [PATCH 1/2] alsa: add jack detection support

2011-05-26 Thread David Henningsson
I was asked by Colin to give this a quick review, so... On 2011-05-19 18:44, Jorge Eduardo Candelaria wrote: From: Margarita Olaya Cabreram...@slimlogic.co.uk This patch adds support to module-alsa-card so that we can read jack insertion and removal events using the input device subsystem.

Re: [pulseaudio-discuss] [PATCH] fix the assumption that volume is always positive

2011-05-26 Thread Tanu Kaskinen
On Thu, 2011-05-26 at 09:50 +0100, Colin Guthrie wrote: 'Twas brillig, and Lu Guanqun at 26/05/11 09:49 did gyre and gimble: Add a variable to track whether the actual volume is set or not. Suppose this: min volume: -126max volume: 0 then when user wants to set some constant

Re: [pulseaudio-discuss] How to change profile of bluetooth headset for different applications?

2011-05-26 Thread Tanu Kaskinen
On Mon, 2011-05-23 at 18:18 +0100, Colin Guthrie wrote: How about this: Define a new card property similar in concept to PA_PROP_DEVICE_INTENDED_ROLES (device.intended_roles) called PA_PROP_DEVICE_INTENDED_PROFILE (device.intended_profile). In bluetooth device, when loading a headset that

Re: [pulseaudio-discuss] [PATCH] fix the assumption that volume is always positive

2011-05-26 Thread Tanu Kaskinen
On Thu, 2011-05-26 at 14:08 +0300, Tanu Kaskinen wrote: On Thu, 2011-05-26 at 09:50 +0100, Colin Guthrie wrote: 'Twas brillig, and Lu Guanqun at 26/05/11 09:49 did gyre and gimble: Add a variable to track whether the actual volume is set or not. Suppose this: min volume: -126

Re: [pulseaudio-discuss] [PACKAGERS] New dep

2011-05-26 Thread Maarten Bosmans
2011/5/16 Colin Guthrie gm...@colin.guthr.ie: Hi, I've just pushed Arun's (mostly, Pierre-Louis also had a hand!) passthrough work to master. This carries with it a new dependency: json-c What is the upstream location of that software? Googling for json implementations gives a lot of small

Re: [pulseaudio-discuss] [PACKAGERS] New dep

2011-05-26 Thread Colin Guthrie
'Twas brillig, and Maarten Bosmans at 26/05/11 15:23 did gyre and gimble: 2011/5/16 Colin Guthrie gm...@colin.guthr.ie: Hi, I've just pushed Arun's (mostly, Pierre-Louis also had a hand!) passthrough work to master. This carries with it a new dependency: json-c What is the upstream

[pulseaudio-discuss] module-echo-cancel

2011-05-26 Thread Baek Chang
I'm trying to use the echo cancellation module on my embedded platform but it seems to be taking all the cpu usage and renders audio useless. I'm continually seeing these messages: warning: The echo canceller started acting funny and got slapped (reset). It swears it will behave now. D:

Re: [pulseaudio-discuss] module-echo-cancel

2011-05-26 Thread Arun Raghavan
On Thu, 2011-05-26 at 10:07 -0700, Baek Chang wrote: I'm trying to use the echo cancellation module on my embedded platform but it seems to be taking all the cpu usage and renders audio useless. I'm continually seeing these messages: warning: The echo canceller started acting funny and got

Re: [pulseaudio-discuss] [PACKAGERS] New dep

2011-05-26 Thread Arun Raghavan
On Thu, 2011-05-26 at 16:23 +0200, Maarten Bosmans wrote: 2011/5/16 Colin Guthrie gm...@colin.guthr.ie: Hi, I've just pushed Arun's (mostly, Pierre-Louis also had a hand!) passthrough work to master. This carries with it a new dependency: json-c What is the upstream location of

Re: [pulseaudio-discuss] [PACKAGERS] New dep

2011-05-26 Thread Arun Raghavan
On Fri, 2011-05-27 at 00:22 +0530, Arun Raghavan wrote: [...] you speak of is a recent development. I'll mail the developers and ask them what's happening. Should be up in a day or so. -- Arun ___ pulseaudio-discuss mailing list

Re: [pulseaudio-discuss] [PATCH] fix the assumption that volume is always positive

2011-05-26 Thread Lu Guanqun
On Thu, May 26, 2011 at 09:21:45PM +0800, Colin Guthrie wrote: 'Twas brillig, and Tanu Kaskinen at 26/05/11 13:48 did gyre and gimble: On Thu, 2011-05-26 at 14:08 +0300, Tanu Kaskinen wrote: On Thu, 2011-05-26 at 09:50 +0100, Colin Guthrie wrote: 'Twas brillig, and Lu Guanqun at 26/05/11

Re: [pulseaudio-discuss] [PACKAGERS] New dep

2011-05-26 Thread Luke Yelavich
On Fri, May 27, 2011 at 04:52:02AM EST, Arun Raghavan wrote: The website worked fine as of a month ago. I don't know why it's down now. The library serves the purpose we need well (light weight, doesn't invent its own type system, allows you to parse out values individually instead of