Re: [pulseaudio-discuss] WIP meson build

2017-08-03 Thread Arun Raghavan
On Mon, 31 Jul 2017, at 05:12 PM, Arun Raghavan wrote: > Hello, > If anyone is interested in moving PulseAudio to meson, I've got some > very early work here: > > https://cgit.freedesktop.org/~arun/pulseaudio/log/?h=meson > > It's currently blocked on meson not adding the equivalent of '-I.'

Re: [pulseaudio-discuss] location of pa-equalizer default config and presets

2017-08-03 Thread Bernhard Landauer
On Wed, Jul 26, 2017 at 12:03 PM, Bernhard Landauer > wrote: On 26.07.2017 20 :58, Tanu Kaskinen wrote: My answer was based on reading the source code, and it seemed like

Re: [pulseaudio-discuss] [RAOP] [PATCH] Fix audio synchronisation

2017-08-03 Thread Colin Leroy
On 25 July 2017 at 22h49, Hajime Fujita wrote: Hi Hajime, > I haven’t had a chance to actually test the patch, but just skimmed > it. The idea seems reasonable. Will try to see if I can test it this > weekend. Have you been able to test ? :) -- Colin pgp2sxBRY5JCD.pgp Description: OpenPGP

Re: [pulseaudio-discuss] [PATCH] core: Provide a replacement for scandir on Win32

2017-08-03 Thread Tanu Kaskinen
Thanks for the patch! It would be good to get this in the upcoming release. Some complaints below. On Mon, 2017-07-24 at 16:34 +0200, Vadim Troshchinskiy wrote: > diff --git a/src/pulsecore/conf-parser.c b/src/pulsecore/conf-parser.c > index 60345adf..a08ff9e8 100644 > ---

[pulseaudio-discuss] [PATCH] echo-cancel: don't set latency range if the device doesn't support dynamic latency

2017-08-03 Thread Tanu Kaskinen
pa_sink/source_set_latency_range() has an assertion that is triggered when setting the latency range on a fixed latency device. BugLink: https://bugs.freedesktop.org/show_bug.cgi?id=102020 --- src/modules/echo-cancel/module-echo-cancel.c | 6 -- 1 file changed, 4 insertions(+), 2