Re: [pulseaudio-discuss] [PATCH 09/13] loopback: Track the amount of jitter

2015-12-08 Thread Alexander E. Patrakov
09.12.2015 01:47, Tanu Kaskinen пишет: On Wed, 2015-02-25 at 19:43 +0100, Georg Chini wrote: --- src/modules/module-loopback.c | 18 +- 1 file changed, 17 insertions(+), 1 deletion(-) The commit message should say something about why the jitter is tracked. diff --git a/src

[pulseaudio-discuss] [PATCH] caps: Stop warning about missing capabilities

2015-12-08 Thread Kamil Rytarowski
This part is system specific, if we request it - we will get them, otherwise tolerate that it's either unsupported or just disabled. Caught on NetBSD. --- src/daemon/caps.c | 4 1 file changed, 4 deletions(-) diff --git a/src/daemon/caps.c b/src/daemon/caps.c index fd135c0..81c4b25 100644 -

Re: [pulseaudio-discuss] [PATCH 10/13] loopback: Added a deadband to reduce rate hunting

2015-12-08 Thread Tanu Kaskinen
On Wed, 2015-02-25 at 19:43 +0100, Georg Chini wrote: > With USB or Bluetooth sources, the controller exhibited random > deviations of new_rate around the correct value, due to latency jitter. > Use the already-known latency error due to jitter, and assume that there > is no latency difference if t

Re: [pulseaudio-discuss] [PATCH 09/13] loopback: Track the amount of jitter

2015-12-08 Thread Tanu Kaskinen
On Wed, 2015-02-25 at 19:43 +0100, Georg Chini wrote: > --- >  src/modules/module-loopback.c | 18 +- >  1 file changed, 17 insertions(+), 1 deletion(-) The commit message should say something about why the jitter is tracked. > diff --git a/src/modules/module-loopback.c b/src/modul

Re: [pulseaudio-discuss] [PATCH] Run a user specified program on suspend/resume.

2015-12-08 Thread Tanu Kaskinen
On Mon, 2015-12-07 at 18:19 +0200, Tanu Kaskinen wrote: > On Fri, 2015-08-21 at 23:29 +0300, Joonas Govenius wrote: > > This allows calling a user-specified external program whenever a > > source or sink is suspended or resumed (by specifying > > external_suspend_handler="" as an option to > > modu