Re: [pulseaudio-discuss] [PATCH v2] bluetooth: ofono: Use Acquire method if available

2017-05-08 Thread Georg Chini
On 08.05.2017 10:37, Luiz Augusto von Dentz wrote: From: Luiz Augusto von Dentz Attempt to use Acquire method if available falling back to Connect in case it fails. --- src/modules/bluetooth/backend-ofono.c | 59 +-- 1 file changed,

Re: [pulseaudio-discuss] [PATCH v5 5/7] bluetooth: Auto recover if profile is 'off'

2017-05-08 Thread Georg Chini
On 08.05.2017 12:09, Luiz Augusto von Dentz wrote: Hi Tanu, On Mon, May 8, 2017 at 11:53 AM, Tanu Kaskinen wrote: On Mon, 2017-05-08 at 11:26 +0300, Luiz Augusto von Dentz wrote: Hi Tanu, On Sat, May 6, 2017 at 7:20 PM, Tanu Kaskinen wrote: On Fri, 2017-05-05

[pulseaudio-discuss] [PATCH] virtual sources and sinks: Don't double attach a sink input or source output on filter load

2017-05-08 Thread Georg Chini
When a filter is loaded and module-switch-on-connect is present, switch-on-connect will make the filter the default sink or source and move streams from the old default to the filter. This is done from the sink/source put hook, therefore streams are moved to the filter before the module init

Re: [pulseaudio-discuss] Problems with loading the module-echo-cancel with webrtc

2017-05-08 Thread Koenraad Verheyden
> > The quotation marks are stripped already by the shell, and pactl isn't > smart enough to automatically add quotation marks when it sees that a > module argument was passed with a space in it. The arguments are > concatenated into a single string that will then be parsed by the > server, and

Re: [pulseaudio-discuss] [PATCH v5 5/7] bluetooth: Auto recover if profile is 'off'

2017-05-08 Thread Luiz Augusto von Dentz
Hi Tanu, On Mon, May 8, 2017 at 11:53 AM, Tanu Kaskinen wrote: > On Mon, 2017-05-08 at 11:26 +0300, Luiz Augusto von Dentz wrote: >> Hi Tanu, >> >> On Sat, May 6, 2017 at 7:20 PM, Tanu Kaskinen wrote: >> > On Fri, 2017-05-05 at 16:41 +0300, Luiz Augusto von Dentz

[pulseaudio-discuss] dummy drivers for Windows to transfert by network to a pulseaudio server on RPI

2017-05-08 Thread fulgor fulgor
Hello, I'd like to know if a solution like already exist dummy sound drivers for Windows to transfert by network to a pulseaudio server on RPI thanks you -- fulgor http://www.fulgor-it.info/wordpress/ ___ pulseaudio-discuss mailing list

[pulseaudio-discuss] [PATCH v2] sink-input, source-output: don't allow moving streams that are connected to moving filter devices

2017-05-08 Thread Tanu Kaskinen
When a filter sink is moving, it's not connected to any master sink, and therefore it's not connected to any IO thread either. In this situation trying to move a stream that is connected to the filter sink is likely to result in crashing, because starting the move involves sending a message to the

Re: [pulseaudio-discuss] [PATCH v5 5/7] bluetooth: Auto recover if profile is 'off'

2017-05-08 Thread Tanu Kaskinen
On Mon, 2017-05-08 at 11:26 +0300, Luiz Augusto von Dentz wrote: > Hi Tanu, > > On Sat, May 6, 2017 at 7:20 PM, Tanu Kaskinen wrote: > > On Fri, 2017-05-05 at 16:41 +0300, Luiz Augusto von Dentz wrote: > > > Hi Tanu, > > > > > > On Thu, May 4, 2017 at 3:29 PM, Tanu Kaskinen

[pulseaudio-discuss] [PATCH v2] bluetooth: ofono: Use Acquire method if available

2017-05-08 Thread Luiz Augusto von Dentz
From: Luiz Augusto von Dentz Attempt to use Acquire method if available falling back to Connect in case it fails. --- src/modules/bluetooth/backend-ofono.c | 59 +-- 1 file changed, 43 insertions(+), 16 deletions(-) diff --git

Re: [pulseaudio-discuss] [PATCH v5 5/7] bluetooth: Auto recover if profile is 'off'

2017-05-08 Thread Luiz Augusto von Dentz
Hi Tanu, On Sat, May 6, 2017 at 7:20 PM, Tanu Kaskinen wrote: > On Fri, 2017-05-05 at 16:41 +0300, Luiz Augusto von Dentz wrote: >> Hi Tanu, >> >> On Thu, May 4, 2017 at 3:29 PM, Tanu Kaskinen wrote: >> > On Thu, 2017-05-04 at 12:58 +0300, Luiz Augusto von Dentz

[pulseaudio-discuss] [PATCH] core: Don't let moving filter sources/sinks become the default source/sink

2017-05-08 Thread Georg Chini
When a virtual sink is loaded and there is only one sound card, then during a profile switch, all sinks and sources can become temporarily unavailable. In that situation, the virtual sink will become the default sink, although it is not connected to a master sink due to the move operation

Re: [pulseaudio-discuss] [PATCH] echo-cancel: Avoid segfaults due to invalid master sink or source

2017-05-08 Thread Georg Chini
On 07.05.2017 09:33, Tanu Kaskinen wrote: On Sat, 2017-05-06 at 22:38 +0200, Georg Chini wrote: On 06.05.2017 22:15, Georg Chini wrote: On 06.05.2017 22:06, Tanu Kaskinen wrote: On Sat, 2017-05-06 at 20:06 +0200, Georg Chini wrote: On 06.05.2017 18:36, Tanu Kaskinen wrote: On Fri,