[pulseaudio-discuss] Decode SPDIF compressed formats

2017-07-11 Thread Denis Shulyaka
Hi list, I am making a small project, a home sound server. It will have a 5.1 analog output and S/PDIF optical input, besides others. The server has to mix all inputs and send them to the output. My initial proof-of-concept with a loopback module failed when I realized that S/PDIF interface can

[pulseaudio-discuss] [PATCH] simple: fix negative latency handling

2017-07-11 Thread Tanu Kaskinen
pa_usec_t is an unsigned type, but there were calculations that used it as if it were a signed type. If the latency is negative, pa_simple_get_latency() now reports 0. Added some comments too. --- This patch doesn't apply to the master branch, so if you want to apply the patch, use the next

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

2017-07-11 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