[pulseaudio-discuss] [PATCH] virtual-surround: check if resampled memblock is not equal to input

2012-11-24 Thread Niels Ole Salscheider
Since commit e32a408b3cdd46857fdf12210c1bf5bdbf3a96f8, we silence the input memblock in order to give the resampler enough input samples, if necessary. But if there is no need to resample the hrir, the resampled memblock is actually the same as the input memblock. Thus, we have to make sure that

Re: [pulseaudio-discuss] [PATCH] virtual-surround: check if resampled memblock is not equal to input

2012-11-24 Thread Tanu Kaskinen
On Sat, 2012-11-24 at 12:32 +0100, Niels Ole Salscheider wrote: Since commit e32a408b3cdd46857fdf12210c1bf5bdbf3a96f8, we silence the input memblock in order to give the resampler enough input samples, if necessary. But if there is no need to resample the hrir, the resampled memblock is

Re: [pulseaudio-discuss] jackdbus module, pulse fails to conform on device reservation API

2012-11-24 Thread Tanu Kaskinen
On Wed, 2012-11-21 at 03:04 -0500, Ian Malone wrote: On 20 November 2012 14:01, Tanu Kaskinen ta...@iki.fi wrote: On Tue, 2012-11-20 at 20:43 +0200, Tanu Kaskinen wrote: On Tue, 2012-11-20 at 17:59 +, Ian Malone wrote: Thanks, I'll give it a go. I think handling the already_owner case

Re: [pulseaudio-discuss] jackdbus module, pulse fails to conform on device reservation API

2012-11-24 Thread Tanu Kaskinen
On Mon, 2012-11-19 at 21:45 +0100, Brendan Jones wrote: I'm seeing this in virtual box under KDE (also Fedora 18 / pulseaudio 2.1). I guess it should be quite easy to reproduce this if I'd try this with virtual box with the same setup as you. I've never used virtual box (or any other virtual

Re: [pulseaudio-discuss] [PATCH 2/2] sinkwidget: Move format selection options to 'Advanced' expander

2012-11-24 Thread Tanu Kaskinen
On Tue, 2012-11-20 at 20:08 +0530, Arun Raghavan wrote: There's no reason to present this for all S/PDIF and HDMI cases. The user can select it when required. This change only modifies the glade file. I think the logic for enabling and disabling the advanced options needs to be updated too.

Re: [pulseaudio-discuss] [PATCH v2 1/2 pavucontrol] mainwindow: Show the availability of the ports and profiles.

2012-11-24 Thread Tanu Kaskinen
On Fri, 2012-11-16 at 00:12 +0100, poljar (Damir Jelić) wrote: diff --git a/src/mainwindow.cc b/src/mainwindow.cc index 1041eab..63e02e8 100644 --- a/src/mainwindow.cc +++ b/src/mainwindow.cc @@ -254,12 +254,31 @@ static void set_icon_name_fallback(Gtk::Image *i, const char *name,

Re: [pulseaudio-discuss] [PATCH v2 pavucontrol] mainwindow: Show the availability of the ports and profiles.

2012-11-24 Thread Tanu Kaskinen
On Fri, 2012-11-16 at 00:12 +0100, poljar (Damir Jelić) wrote: Hi. Here comes the second version of this patch. This version fixes the issues pointed out by Tanu: - don't add all ports of a card to the sink/source - make the strings translatable I also attached a second patch which

Re: [pulseaudio-discuss] [PATCH v2 1/2 pavucontrol] mainwindow: Show the availability of the ports and profiles.

2012-11-24 Thread Damir Jelić
On Sat, Nov 24, 2012 at 04:29:05PM +0200, Tanu Kaskinen wrote: On Fri, 2012-11-16 at 00:12 +0100, poljar (Damir Jelić) wrote: diff --git a/src/mainwindow.cc b/src/mainwindow.cc index 1041eab..63e02e8 100644 --- a/src/mainwindow.cc +++ b/src/mainwindow.cc @@ -254,12 +254,31 @@ static

Re: [pulseaudio-discuss] [PATCH v2 1/2 pavucontrol] mainwindow: Show the availability of the ports and profiles.

2012-11-24 Thread Tanu Kaskinen
On Sat, 2012-11-24 at 16:06 +0100, Damir Jelić wrote: On Sat, Nov 24, 2012 at 04:29:05PM +0200, Tanu Kaskinen wrote: On Fri, 2012-11-16 at 00:12 +0100, poljar (Damir Jelić) wrote: diff --git a/src/mainwindow.cc b/src/mainwindow.cc index 1041eab..63e02e8 100644 --- a/src/mainwindow.cc

Re: [pulseaudio-discuss] [PATCH 1/3] sink_input: new volume_factor system

2012-11-24 Thread Tanu Kaskinen
On Wed, 2012-11-14 at 15:19 -0200, Flavio Ceolin wrote: This patch makes possible to set more than one volume factor. The real value of the volume_factor will be the multiplication of these values. Please avoid breaking compilation between patches. Patches 1/3 and 2/3 should be squashed,