Re: [pulseaudio-discuss] [PATCH v3 00/11] Introduce memfd support

2016-03-23 Thread Ahmed S. Darwish
On Wed, Mar 23, 2016 at 11:03:35PM +0200, Ahmed S. Darwish wrote: > Hi :-) > > On Tue, Mar 22, 2016 at 11:46:35AM +0500, Alexander E. Patrakov wrote: > > > > Spoke too soon. The game "Baldurs Gate The Original Saga", available on > > gog.com, bundles wine and libpulse. > > > > Will games which

Re: [pulseaudio-discuss] [PATCH v3 00/11] Introduce memfd support

2016-03-23 Thread Ahmed S. Darwish
Hi :-) On Tue, Mar 22, 2016 at 11:46:35AM +0500, Alexander E. Patrakov wrote: > > Spoke too soon. The game "Baldurs Gate The Original Saga", available on > gog.com, bundles wine and libpulse. > Will games which statically link libpulse, or bundles its own version of it, be affected by the

Re: [pulseaudio-discuss] [PATCH 08/13] loopback: Track underruns and cant-peek events

2016-03-23 Thread Georg Chini
On 23.03.2016 11:50, Tanu Kaskinen wrote: On Wed, 2016-03-23 at 11:18 +0100, Georg Chini wrote: On 23.03.2016 10:55, Tanu Kaskinen wrote: On Tue, 2016-03-22 at 12:12 +0100, Georg Chini wrote: On 06.12.2015 22:38, Tanu Kaskinen wrote: This seems buggy (also without your patch). This code is

Re: [pulseaudio-discuss] Using native HSP support

2016-03-23 Thread DaCosta, Alexandre
The verbose log only shows the following : D: [pulseaudio] module-bluez5-device.c: Acquiring transport /org/bluez/hci0/dev_00_18_09_1F_F7_61/fd16 I: [pulseaudio] backend-native.c: doing connect E: [pulseaudio] backend-native.c: connect(): Function not implemented Any idea on how to debug this

Re: [pulseaudio-discuss] [PATCH] role-ducking: Add support for ducking group

2016-03-23 Thread Sangchul Lee
Hi, Tanu I added more explanation of this patch in the commit message as below. (I may update this patch again as upstream codes are changed recently...) Thanks in advance for your review. Best regards, Sangchul Lee 2016-03-23 20:41 GMT+09:00 Tanu Kaskinen : > Hi, sorry for the

Re: [pulseaudio-discuss] [PATCH 0/7] Fix for an echo-cancel related crash

2016-03-23 Thread Tanu Kaskinen
On Wed, 2016-03-23 at 09:58 -0400, Raman Gupta wrote: > Is there a Fedora copr repo where I can get the patched version for > testing? No. > If not, can I apply this patch to v7.1? Yes, the patches seem to apply cleanly on top of v7.1. -- Tanu ___

Re: [pulseaudio-discuss] alsa sink latency - how to account for startup delay

2016-03-23 Thread Georg Chini
On 23.03.2016 14:00, Tanu Kaskinen wrote: On Wed, 2016-03-23 at 13:09 +0100, Georg Chini wrote: On 23.03.2016 12:26, Tanu Kaskinen wrote: On Wed, 2016-03-23 at 11:34 +0100, Georg Chini wrote: On 23.03.2016 11:04, Tanu Kaskinen wrote: On Tue, 2016-03-22 at 12:57 +0100, Georg Chini wrote:

Re: [pulseaudio-discuss] [PATCH 0/7] Fix for an echo-cancel related crash

2016-03-23 Thread Raman Gupta
Is there a Fedora copr repo where I can get the patched version for testing? If not, can I apply this patch to v7.1? Thanks! Raman On 03/22/2016 09:41 AM, Tanu Kaskinen wrote: > This is my second attempt at fixing bug 93443[1]. The first attempt[2] > had a nasty side effect of killing streams

Re: [pulseaudio-discuss] alsa sink latency - how to account for startup delay

2016-03-23 Thread Tanu Kaskinen
On Wed, 2016-03-23 at 13:09 +0100, Georg Chini wrote: > On 23.03.2016 12:26, Tanu Kaskinen wrote: > > > > On Wed, 2016-03-23 at 11:34 +0100, Georg Chini wrote: > > > > > > On 23.03.2016 11:04, Tanu Kaskinen wrote: > > > > > > > > On Tue, 2016-03-22 at 12:57 +0100, Georg Chini wrote: > > > > >

Re: [pulseaudio-discuss] alsa sink latency - how to account for startup delay

2016-03-23 Thread Georg Chini
On 23.03.2016 12:26, Tanu Kaskinen wrote: On Wed, 2016-03-23 at 11:34 +0100, Georg Chini wrote: On 23.03.2016 11:04, Tanu Kaskinen wrote: On Tue, 2016-03-22 at 12:57 +0100, Georg Chini wrote: On 22.03.2016 12:51, Tanu Kaskinen wrote: On Tue, 2016-03-22 at 12:33 +0100, Georg Chini wrote: On

Re: [pulseaudio-discuss] [PATCH] role-ducking: Add support for ducking group

2016-03-23 Thread Tanu Kaskinen
Hi, sorry for the long delay. On Fri, 2016-02-19 at 22:22 +0900, Sangchul Lee wrote: > Now, trigger_roles, ducking_roles and volume can be divided into several > groups by slash. > That means each group can be affected by its own volume policy. > And it works in the same way as before without

Re: [pulseaudio-discuss] alsa sink latency - how to account for startup delay

2016-03-23 Thread Tanu Kaskinen
On Wed, 2016-03-23 at 11:34 +0100, Georg Chini wrote: > On 23.03.2016 11:04, Tanu Kaskinen wrote: > > > > On Tue, 2016-03-22 at 12:57 +0100, Georg Chini wrote: > > > > > > On 22.03.2016 12:51, Tanu Kaskinen wrote: > > > > > > > > On Tue, 2016-03-22 at 12:33 +0100, Georg Chini wrote: > > > > >

Re: [pulseaudio-discuss] [PATCH 08/13] loopback: Track underruns and cant-peek events

2016-03-23 Thread Tanu Kaskinen
On Wed, 2016-03-23 at 11:18 +0100, Georg Chini wrote: > On 23.03.2016 10:55, Tanu Kaskinen wrote: > > > > On Tue, 2016-03-22 at 12:12 +0100, Georg Chini wrote: > > > > > > On 06.12.2015 22:38, Tanu Kaskinen wrote: > > > > This seems buggy (also without your patch). This code is guarded by "if >

Re: [pulseaudio-discuss] [PATCH 08/13] loopback: Track underruns and cant-peek events

2016-03-23 Thread Georg Chini
On 23.03.2016 10:55, Tanu Kaskinen wrote: On Tue, 2016-03-22 at 12:12 +0100, Georg Chini wrote: On 06.12.2015 22:38, Tanu Kaskinen wrote: On Wed, 2015-02-25 at 19:43 +0100, Georg Chini wrote: React by adjusting buffer latency. --- src/modules/module-loopback.c | 38

Re: [pulseaudio-discuss] alsa sink latency - how to account for startup delay

2016-03-23 Thread Tanu Kaskinen
On Tue, 2016-03-22 at 12:57 +0100, Georg Chini wrote: > On 22.03.2016 12:51, Tanu Kaskinen wrote: > > > > On Tue, 2016-03-22 at 12:33 +0100, Georg Chini wrote: > > > > > > On 22.03.2016 12:20, Tanu Kaskinen wrote: > > > > > > > > On Tue, 2016-03-22 at 10:11 +0100, Georg Chini wrote: > > > > >

Re: [pulseaudio-discuss] [PATCH 08/13] loopback: Track underruns and cant-peek events

2016-03-23 Thread Tanu Kaskinen
On Tue, 2016-03-22 at 12:12 +0100, Georg Chini wrote: > On 06.12.2015 22:38, Tanu Kaskinen wrote: > > > > On Wed, 2015-02-25 at 19:43 +0100, Georg Chini wrote: > > > > > > React by adjusting buffer latency. > > > --- > > >   src/modules/module-loopback.c | 38 > > >