Re: [pulseaudio-discuss] [PATCH 6/8] message-params: Allow parameter strings to contain escaped curly braces

2018-07-27 Thread Tanu Kaskinen
On Thu, 2018-07-26 at 18:02 +0200, Georg Chini wrote: > On 26.07.2018 12:37, Tanu Kaskinen wrote: > > On Sun, 2018-07-22 at 21:11 +0200, Georg Chini wrote: > > > On 22.07.2018 17:48, Tanu Kaskinen wrote: > > > > On Sun, 2018-07-22 at 16:02 +0200, Georg Chini wrote: > > > > > On 21.07.2018 20:17,

Re: [pulseaudio-discuss] [PATCH] bluetooth: Add missing argument to module's usage

2018-07-27 Thread Tanu Kaskinen
On Thu, 2018-07-26 at 09:41 -0700, João Paulo Rechi Vita wrote: > On Mon, Jul 9, 2018 at 7:25 PM, João Paulo Rechi Vita > wrote: > > module-bluetooth-discover usage was missing the autodetect_mtu argument. > > --- > > src/modules/bluetooth/module-bluez5-discover.c | 1 + > > 1 file changed, 1

Re: [pulseaudio-discuss] [PATCH 6/8] message-params: Allow parameter strings to contain escaped curly braces

2018-07-27 Thread Georg Chini
On 27.07.2018 10:08, Tanu Kaskinen wrote: On Thu, 2018-07-26 at 18:02 +0200, Georg Chini wrote: On 26.07.2018 12:37, Tanu Kaskinen wrote: On Sun, 2018-07-22 at 21:11 +0200, Georg Chini wrote: On 22.07.2018 17:48, Tanu Kaskinen wrote: On Sun, 2018-07-22 at 16:02 +0200, Georg Chini wrote: On

Re: [pulseaudio-discuss] Pulseaudio latency

2018-07-27 Thread Lakshmankumar Ganesan
hi harish, are you using DYNAMIC_LATENCY or fixed latency .its better to use dynamic and adjust the timestamp of userdata in both sink and source 2018-07-27 10:40 GMT+05:30 Harish Gaddameedi : > I'm working on an Application using pulseaudio package using > pulseaudio-8.0, made lot of

Re: [pulseaudio-discuss] [PATCH 3/3] alsa-sink/source, sink, source: Consider sample format for avoid-resampling

2018-07-27 Thread Tanu Kaskinen
On Tue, 2018-07-10 at 23:48 +0900, Sangchul Lee wrote: > Thanks for the comments. > Before sharing new patchset, I have two questions about your comment. :) Sorry for the delay in replying, I'm quite a bit behind on the mailing list mails... > > > @@ -113,11 +113,20 @@ struct userdata { > > > >

Re: [pulseaudio-discuss] Moving to GitLab

2018-07-27 Thread Arun Raghavan
On Wed, 25 Jul 2018, at 5:25 PM, Arun Raghavan wrote: > Hi folks, > The freedesktop admins have now started helping projects move to GitLab > (http://gitlab.freedesktop.org/) on a pilot basis. I'm quite excited > about this as it would mean a better way to track patches, as well as a > more

[pulseaudio-discuss] [PATCH v2] alsa-sink/source, sink, source: Consider sample format for avoid-resampling/passthrough

2018-07-27 Thread Sangchul Lee
Sample format(e.g. 16 bit, 24 bit) was not considered even if the avoid-resampling option is set or the passthrough mode is used. This patch checks both sample format and rate of a stream to determine whether to avoid resampling in case of the option is set. In other word, it is possble to use the