Re: [pulseaudio-discuss] Pulse and audio settings

2011-10-20 Thread Robert Orzanna
Why would you want to adjust these settings outside of pulseaudio and in what way do the sliders in pavucontrol not suffice? I don't see any way how to adjust PCM which by default is set to 100 by pulseaudio. Hence, I must use alsamixer to reduce the distortions caused by the high PCM. Then your

Re: [pulseaudio-discuss] Getting a null sink to show up as an ALSA device.

2011-10-20 Thread Tanu Kaskinen
On Wed, 2011-10-19 at 19:56 -0400, Chris wrote: OK, in my quest to get the output of one application to be used as the input for another, I got module-null-sink all set from list short sinks 9 vac module-null-sink.c s16le 2ch 44100Hz SUSPENDED from list short sources

Re: [pulseaudio-discuss] [PATCH] alsa-card: Handle the profile modarg.

2011-10-20 Thread Arun Raghavan
On Thu, 2011-10-20 at 09:52 +0300, Tanu Kaskinen wrote: On Thu, 2011-10-20 at 09:33 +0530, Arun Raghavan wrote: On Mon, 2011-10-03 at 18:11 +0300, Tanu Kaskinen wrote: --- Pulled to my tree with a fix to the commit message since I'd like to (somewhat) standardise the namespaces for

Re: [pulseaudio-discuss] [PATCH] Remove time-smoother and shm from libpulsecore

2011-10-20 Thread Maarten Bosmans
2011/10/20 Arun Raghavan arun.ragha...@collabora.co.uk: On Wed, 2011-10-19 at 14:10 +0200, Maarten Bosmans wrote: As they are already included in libpulsecommon. --- AFAICT, time-smoother.h is used in libpulse (pa_stream_get_time), but shm.h is not, so shouldn't be in pulsecommon. But shm.h

Re: [pulseaudio-discuss] [PATCH] fix two warnings in utils/padsp.c

2011-10-20 Thread Maarten Bosmans
2011/10/20 Arun Raghavan arun.ragha...@collabora.co.uk: On Tue, 2011-10-18 at 14:48 +0800, Lu Guanqun wrote: CC     libpulsedsp_la-padsp.lo utils/padsp.c:1524:5: warning: no previous prototype for '__open_2' [-Wmissing-prototypes] utils/padsp.c:2560:5: warning: no previous prototype for

Re: [pulseaudio-discuss] [RFC PATCH] softvolume: implement fast volume translation

2011-10-20 Thread Maarten Bosmans
2011/10/20 Arun Raghavan arun.ragha...@collabora.co.uk: On Tue, 2011-10-18 at 12:10 +0200, Maarten Bosmans wrote: 2011/10/18 Wang Xingchao xingchao.w...@intel.com: if all channels have same volume setting, use fast way to do volume change. this patch intended to work for two formats:

Re: [pulseaudio-discuss] [RFC PATCH] softvolume: implement fast volume translation

2011-10-20 Thread Maarten Bosmans
2011/10/20 Arun Raghavan arun.ragha...@collabora.co.uk: On Tue, 2011-10-18 at 17:09 -0400, Wang Xingchao wrote: if all channels have same volume setting, use fast way to do volume change. this patch intended to work for two formats: s16ne/s16re. Signed-off-by: Wang Xingchao

Re: [pulseaudio-discuss] [RFC PATCH] softvolume: implement fast volume translation

2011-10-20 Thread Wang Xingchao
Hey Maarten, I checked some code of your branch, thanks you have done so much work in svolume part. And especially svolume-test is really very powerful and worth for try. i decide to use it as the tool to check whether the optimization is correct. meanwhile, i met some compile error in branch

Re: [pulseaudio-discuss] [PATCH] Introduce available concept for ports, and communicate that to clients. Bump protocol version to 24.

2011-10-20 Thread Arun Raghavan
On Wed, 2011-10-19 at 13:11 +0300, Tanu Kaskinen wrote: On Wed, 2011-10-19 at 13:00 +0300, Colin Guthrie wrote: 'Twas brillig, and David Henningsson at 18/10/11 20:56 did gyre and gimble: While in general I agree that a boolean is a fine success/failure return type, I think in Pulseaudio

Re: [pulseaudio-discuss] [PATCH] Introduce available concept for ports, and communicate that to clients. Bump protocol version to 24.

2011-10-20 Thread Arun Raghavan
On Wed, 2011-10-12 at 12:40 +0200, David Henningsson wrote: Note: There is still no notification when status availability changes. Signed-off-by: David Henningsson david.hennings...@canonical.com --- [...] diff --git a/PROTOCOL b/PROTOCOL index 8c69190..b8b61e4 100644 --- a/PROTOCOL +++

Re: [pulseaudio-discuss] [PATCH] Introduce available concept for ports, and communicate that to clients. Bump protocol version to 24.

2011-10-20 Thread David Henningsson
Thanks for the review. On 10/20/2011 10:25 AM, Arun Raghavan wrote: On Wed, 2011-10-12 at 12:40 +0200, David Henningsson wrote: Note: There is still no notification when status availability changes. Signed-off-by: David Henningssondavid.hennings...@canonical.com --- [...] diff --git

Re: [pulseaudio-discuss] [RFC PATCH] softvolume: implement fast volume translation

2011-10-20 Thread Colin Guthrie
'Twas brillig, and Wang Xingchao at 20/10/11 08:51 did gyre and gimble: CC libpulsecommon_UNKNOWN.UNKNOWN_la-client-conf.lo CC libpulsecommon_UNKNOWN.UNKNOWN_la-fork-detect.lo CC libpulsecommon_UNKNOWN.UNKNOWN_la-xmalloc.lo CC

Re: [pulseaudio-discuss] Getting a null sink to show up as an ALSA device.

2011-10-20 Thread Colin Guthrie
'Twas brillig, and Tanu Kaskinen at 20/10/11 07:21 did gyre and gimble: On Wed, 2011-10-19 at 19:56 -0400, Chris wrote: (That exclamation mark means that this definition will override the older definition for default if it happens to have been defined already in some other configuration file).

Re: [pulseaudio-discuss] Pulse and audio settings

2011-10-20 Thread Colin Guthrie
'Twas brillig, and Robert Orzanna at 20/10/11 07:05 did gyre and gimble: I don't see any way how to adjust PCM which by default is set to 100 by pulseaudio. Hence, I must use alsamixer to reduce the distortions caused by the high PCM. Oops, I didn't see this bit before due to HTML formatting

Re: [pulseaudio-discuss] Pulse and audio settings

2011-10-20 Thread Colin Guthrie
'Twas brillig, and Robert Orzanna at 20/10/11 07:05 did gyre and gimble: Of course I can run alsactl restore after pulseaudio had completely started. But this is only a workaround since it is obviously not indented to overwrite pulse settings. I think you misunderstand. You should run this

Re: [pulseaudio-discuss] [RFC PATCH] softvolume: implement fast volume translation

2011-10-20 Thread Wang Xingchao
I've a funny feeling that this is caused by an old checkout/clone This file was moved a long time ago, is it possible you've just not done a make distclean for a while or were working of a 0.9.x branch previously? hey Col, i checkout remote branch remotes/origin/orcify after clone from :

[pulseaudio-discuss] [PATCH 1/2] sbc: overflow bugfix and audio decoding quality improvement

2011-10-20 Thread Luiz Augusto von Dentz
From: Siarhei Siamashka siarhei.siamas...@nokia.com The (((audio_sample 1) | 1) frame-scale_factor[ch][sb]) part of expression frame-sb_sample[blk][ch][sb] = (((audio_sample 1) | 1) frame-scale_factor[ch][sb]) / levels[ch][sb] - (1 frame-scale_factor[ch][sb]) in

[pulseaudio-discuss] [PATCH 2/2] sbc: Reduce for-loop induced indentation in sbc_unpack_frame

2011-10-20 Thread Luiz Augusto von Dentz
From: Johan Hedberg johan.hedb...@intel.com --- src/modules/bluetooth/sbc/sbc.c | 36 1 files changed, 20 insertions(+), 16 deletions(-) diff --git a/src/modules/bluetooth/sbc/sbc.c b/src/modules/bluetooth/sbc/sbc.c index ad391bd..c5015ab 100644 ---

[pulseaudio-discuss] [ANNOUNCE] PulseAudio 1.1

2011-10-20 Thread Colin Guthrie
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi! I promised more regular releases so more regular releases you will have! This is a relatively small bug fix for 1.0 but it does address a few issues, the highlights of which are: * Reintroduce a 3 point version string in various API calls. It

Re: [pulseaudio-discuss] Getting a null sink to show up as an ALSA device.

2011-10-20 Thread Chris
Thanks guys, this clears things up for me. On Thu, Oct 20, 2011 at 5:17 AM, Colin Guthrie gm...@colin.guthr.ie wrote: 'Twas brillig, and Tanu Kaskinen at 20/10/11 07:21 did gyre and gimble: On Wed, 2011-10-19 at 19:56 -0400, Chris wrote: (That exclamation mark means that this definition will