[pulseaudio-discuss] [ANNOUNCE] PulseAudio 10.99.1 (a.k.a. v11.0 release candidate 1)

2017-07-24 Thread Tanu Kaskinen
Hi all, The first release candidate for PulseAudio 11.0 is now available! As always, the purpose of the release candidate is to get some testing done before the final version is released. So, everybody is encouraged to try the new code and report back any regressions. The release notes draft is h

Re: [pulseaudio-discuss] location of pa-equalizer default config and presets

2017-07-24 Thread Tanu Kaskinen
On Wed, 2017-07-19 at 23:22 +0200, Bernhard Landauer wrote: > I am attempting to include a default equalizer config with an edition > and would like to know where the proper place to store this > config/preset is. > > My understanding is that presets used to be stored in > ~/.config/pulse/prese

Re: [pulseaudio-discuss] PulseAudio Network Sink: Respect alternative sample rate and format

2017-07-24 Thread Tanu Kaskinen
On Sun, 2017-07-23 at 02:59 +0200, Maximilian Böhm wrote: > Hello, I’m very happy that I finally got PulseAudio’s awesome network > sink feature set up. Works so far, but the AV receiver on the other > computer tells me it gets 41,1 kHz whereas my input in the sink from > my client computer is 48 k

Re: [pulseaudio-discuss] Decode SPDIF compressed formats

2017-07-24 Thread Tanu Kaskinen
On Sat, 2017-07-22 at 21:02 +0200, Denis Shulyaka wrote: > 2017-07-20 17:06 GMT+02:00 Tanu Kaskinen : > > > No, I don't think there's currently any code to read the status bits > > from the alsa mixer. > > > > But in general, if one wants to passthrow unmodified uncompressed PCM data > from S/PD

Re: [pulseaudio-discuss] [PATCH] tunnel-{sink, source}-new: Fix assertion when used with module-loopback

2017-07-24 Thread Georg Chini
On 24.07.2017 18:58, Tanu Kaskinen wrote: On Sat, 2017-07-22 at 10:21 +0200, Georg Chini wrote: On 20.07.2017 15:48, Tanu Kaskinen wrote: On Mon, 2017-07-17 at 19:53 +0200, Georg Chini wrote: On 17.07.2017 19:32, Tanu Kaskinen wrote: On Sun, 2017-07-16 at 11:42 +0200, Georg Chini wrote: Curr

Re: [pulseaudio-discuss] input/output jack seems to be not handled by PulseAudio

2017-07-24 Thread Tanu Kaskinen
On Mon, 2017-07-24 at 13:31 +0200, Alex ARNAUD wrote: > Le 20/07/2017 à 16:48, Tanu Kaskinen a écrit : > > > On Debian 8, with Linux kernel 4.9 and PulseAudio 7 only one entry work > > > for input and one work for output. If I change the jack cable of plug > > > entry I noticed "unplugged" state on

Re: [pulseaudio-discuss] [PATCH] tunnel-{sink, source}-new: Fix assertion when used with module-loopback

2017-07-24 Thread Tanu Kaskinen
On Sat, 2017-07-22 at 10:21 +0200, Georg Chini wrote: > On 20.07.2017 15:48, Tanu Kaskinen wrote: > > On Mon, 2017-07-17 at 19:53 +0200, Georg Chini wrote: > > > On 17.07.2017 19:32, Tanu Kaskinen wrote: > > > > On Sun, 2017-07-16 at 11:42 +0200, Georg Chini wrote: > > > > > Currently pulseaudio cr

[pulseaudio-discuss] [PATCH] core: Provide a replacement for scandir on Win32

2017-07-24 Thread Vadim Troshchinskiy
Hello, PA builds fine on MinGW except for the use of the scandir function in pulsecore/conf-parser.c, so I provided a Win32 implementation. With this patch the latest code builds on Win32 without problems. -- Vadim Troshchinskiy>From 0b0bd5fe0f0483a7113e83a0f0bdf386ead2d1dd Mon Sep 17 00:00:00

[pulseaudio-discuss] [PATCH 2/2] pactl: Add signal receiver to pactl

2017-07-24 Thread Georg Chini
--- src/utils/pactl.c | 15 ++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/src/utils/pactl.c b/src/utils/pactl.c index e9bf005b..8ec76d53 100644 --- a/src/utils/pactl.c +++ b/src/utils/pactl.c @@ -1184,6 +1184,17 @@ static void context_subscribe_callback(pa_context *

[pulseaudio-discuss] [PATCH 1/2] subscription: Add signal receiving capability

2017-07-24 Thread Georg Chini
This patch extends the subscription API, so that signals sent from PulseAudio can be processed. A signal can be emitted using pa_signal_post(). A client can subscribe to signals by specifying PA_SUBSCRIPTION_MASK_SIGNAL as one of the subscription mask flags in pa_context_subscribe(). It then needs

Re: [pulseaudio-discuss] input/output jack seems to be not handled by PulseAudio

2017-07-24 Thread Alex ARNAUD
Le 20/07/2017 à 16:48, Tanu Kaskinen a écrit : On Debian 8, with Linux kernel 4.9 and PulseAudio 7 only one entry work for input and one work for output. If I change the jack cable of plug entry I noticed "unplugged" state on PavuControl. What I can do to chose myself which one I want for outpu