Re: [pulseaudio-discuss] [PATCH] echo-cancel: Try to minimise in-flight chunks in snapshot latency

2017-03-28 Thread Arun Raghavan
On Mon, 27 Mar 2017, at 01:57 AM, Georg Chini wrote: > On 20.03.2017 08:25, Arun Raghavan wrote: > > > > On Thu, 9 Mar 2017, at 09:53 PM, Georg Chini wrote: > >> On 09.03.2017 17:14, Georg Chini wrote: > >>> On 09.03.2017 16:33, Arun Raghavan wrote: > On Thu, 9 Mar 2017, at 03:27 PM, Georg C

Re: [pulseaudio-discuss] [PATCH v2 1/5] volume ramp: additions to the low level infra

2017-03-28 Thread Arun Raghavan
On Sat, 27 Aug 2016, at 06:03 PM, Sangchul Lee wrote: > The original patch is > - > > https://review.tizen.org/git/?p=platform/upstream/pulseaudio.git;a=commit;h=df1c4275ed79e0b708c75b92f9d247e0492bc1f0 > - by Jaska Uimonen helsinki.fi> > > Signed-off-by: Sangchul Lee > --- > src/map-file

Re: [pulseaudio-discuss] [PATCH v2 2/5] volume ramp: adding volume ramping to sink-input

2017-03-28 Thread Arun Raghavan
On Sat, 27 Aug 2016, at 06:03 PM, Sangchul Lee wrote: > The original patch is > - > > https://review.tizen.org/git/?p=platform/upstream/pulseaudio.git;a=commit;h=98042248fd67ce0ab3807c5c472c0d5d8b0f99d3 > - by Jaska Uimonen helsinki.fi> > > Signed-off-by: Sangchul Lee > --- > src/pulsecor

Re: [pulseaudio-discuss] [PATCH v2 1/5] volume ramp: additions to the low level infra

2017-03-28 Thread Sangchul Lee
(+CC: Mr.Jaska Uimonen) Dear Jaska, I'm trying to get review the patch you've already shared via PA mailing list and Tizen community a few years ago. I hope that you could give valuable comments to Arun's review comments below. Thanks in advance. 2017-03-28 19:36 GMT+09:00 Arun Raghavan : > On Sat

Re: [pulseaudio-discuss] [PATCH v2 2/5] volume ramp: adding volume ramping to sink-input

2017-03-28 Thread Sangchul Lee
2017-03-28 19:36 GMT+09:00 Arun Raghavan : > > > On Sat, 27 Aug 2016, at 06:03 PM, Sangchul Lee wrote: >> The original patch is >> - >> >> https://review.tizen.org/git/?p=platform/upstream/pulseaudio.git;a=commit;h=98042248fd67ce0ab3807c5c472c0d5d8b0f99d3 >> - by Jaska Uimonen helsinki.fi> >>

Re: [pulseaudio-discuss] [PATCH] echo-cancel: Try to minimise in-flight chunks in snapshot latency

2017-03-28 Thread Georg Chini
On 28.03.2017 12:02, Arun Raghavan wrote: On Mon, 27 Mar 2017, at 01:57 AM, Georg Chini wrote: On 20.03.2017 08:25, Arun Raghavan wrote: On Thu, 9 Mar 2017, at 09:53 PM, Georg Chini wrote: On 09.03.2017 17:14, Georg Chini wrote: On 09.03.2017 16:33, Arun Raghavan wrote: On Thu, 9 Mar 2017,

Re: [pulseaudio-discuss] [PATCH v2] bluez5-util: fix profile waiting logic

2017-03-28 Thread Tanu Kaskinen
On Mon, 2017-03-27 at 21:20 +0200, Georg Chini wrote: > On 16.03.2017 22:48, Tanu Kaskinen wrote: > > There were two bugs in the old logic. The first one: > > > > If a device has two profiles, the old code would start the wait timer > > when the first profile connects, but when the second profile

Re: [pulseaudio-discuss] [PATCH 1/2] sink-input/source-output: Don't crash when cork() is called without valid sink or source

2017-03-28 Thread Tanu Kaskinen
On Sun, 2017-03-26 at 21:40 +0200, Georg Chini wrote: > If pa_sink_input_cork() or pa_source_output_cork() were called without a sink > or source attached, the calls would crash pulseaudio. > > This patch fixes the problem, so that a source output or sink input can still > be corked or uncorked wh

Re: [pulseaudio-discuss] [PATCH 2/2] loopback: Fix corking logic of module-loopback

2017-03-28 Thread Tanu Kaskinen
On Sun, 2017-03-26 at 21:40 +0200, Georg Chini wrote: > When moving from a user suspended source or sink to an idle suspended source > or sink > the sink input or source output would not be uncorked because we did not > check for > the suspend cause. > > Uncorking also would not be possible in t

Re: [pulseaudio-discuss] [alsa-devel] pulseaudio fails to start with kernel 4.11, caused by new snd_hdmi_lpe_audio module)

2017-03-28 Thread Tanu Kaskinen
On Fri, 2017-03-24 at 23:01 +0100, Hans de Goede wrote: > Hi, > > On 03/24/2017 07:18 PM, Tanu Kaskinen wrote: > > On Thu, 2017-03-23 at 09:57 +0100, Takashi Iwai wrote: > > > On Thu, 23 Mar 2017 04:16:52 +0100, > > > Pierre-Louis Bossart wrote: > > > > > > > > On 3/21/17 2:56 AM, Hans de Goede w

[pulseaudio-discuss] pulseaudio dies randomly when not in 2.0 output

2017-03-28 Thread John Nunnington
I'm running Ubuntu 16.10 and 16.04, and I get repeatable failures in Spotify that are caused by the pulseaudio daemon dying. I don't get this issue when my sound is configured in analog-stereo through the sound card, or when outputing to the speaker system through the motherboard (which is 2.0 any

Re: [pulseaudio-discuss] [PATCH 2/2] loopback: Fix corking logic of module-loopback

2017-03-28 Thread Georg Chini
On 28.03.2017 21:44, Tanu Kaskinen wrote: On Sun, 2017-03-26 at 21:40 +0200, Georg Chini wrote: When moving from a user suspended source or sink to an idle suspended source or sink the sink input or source output would not be uncorked because we did not check for the suspend cause. Uncorking

Re: [pulseaudio-discuss] [alsa-devel] pulseaudio fails to start with kernel 4.11, caused by new snd_hdmi_lpe_audio module)

2017-03-28 Thread Takashi Iwai
On Tue, 28 Mar 2017 22:10:28 +0200, Tanu Kaskinen wrote: > > On Fri, 2017-03-24 at 23:01 +0100, Hans de Goede wrote: > > Hi, > > > > On 03/24/2017 07:18 PM, Tanu Kaskinen wrote: > > > On Thu, 2017-03-23 at 09:57 +0100, Takashi Iwai wrote: > > > > On Thu, 23 Mar 2017 04:16:52 +0100, > > > > Pierre

[pulseaudio-discuss] [PATCH] loopback: Do not skip audio at startup

2017-03-28 Thread Georg Chini
The code is now waiting for source and sink to start up, so the skip logic is not necessary anymore. --- src/modules/module-loopback.c | 37 ++--- 1 file changed, 2 insertions(+), 35 deletions(-) diff --git a/src/modules/module-loopback.c b/src/modules/module-loopb

Re: [pulseaudio-discuss] [PATCH] echo-cancel: Try to minimise in-flight chunks in snapshot latency

2017-03-28 Thread Arun Raghavan
On Wed, 29 Mar 2017, at 12:35 AM, Georg Chini wrote: > On 28.03.2017 12:02, Arun Raghavan wrote: > > > > On Mon, 27 Mar 2017, at 01:57 AM, Georg Chini wrote: > >> On 20.03.2017 08:25, Arun Raghavan wrote: > >>> On Thu, 9 Mar 2017, at 09:53 PM, Georg Chini wrote: > On 09.03.2017 17:14, Georg