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

2017-08-04 Thread Vadim Troshchinskiy
rn, err); +pa_log_warn("FormatMessage failed with error %ld", GetLastError()); +} +} +} + +pa_xfree(pattern); +pa_xfree(dir_name); +#else char *dir_name; int n; struct dirent **entries = NULL; @@ -247,6 +288,7 @@ f

[pulseaudio-discuss] [PATCH] Opus audio compression - improved

2017-07-26 Thread Vadim Troshchinskiy
can be changed at runtime, eg: update-sink-proplist tunnel compression-bitrate="32000" -- Vadim Troshchinskiy diff --git a/configure.ac b/configure.ac index 77b5ff5d..29d75a96 100644 --- a/configure.ac +++ b/configure.ac @@ -1169,6 +1169,21 @@ AS_IF([test "x$with_speex" = "

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

2017-07-24 Thread Vadim Troshchinskiy
Hello, PA builds fine on MinGW except for the use of the scandir function in pulsecore/conf-parser.c, so I provided a Win32 implementation. With this patch the latest code builds on Win32 without problems. -- Vadim Troshchinskiy>From 0b0bd5fe0f0483a7113e83a0f0bdf386ead2d1dd Mon Sep 17 00

[pulseaudio-discuss] Having a bit of trouble compiling on Cygwin

2017-07-10 Thread Vadim Troshchinskiy
Hello, I'm attempting to build the latest source on Cygwin and having a bit of trouble: After a few minor fixes to get things to compile, it builds, but this happens: $ src/pulseaudio.exe -F src/default.pa W: [(null)] caps.c: Normally all extra capabilities would be dropped now, but that's imp