Re: [pulseaudio-discuss] [PATCH v7 00/33] raop2 support for module-raop-sink

2017-01-05 Thread Anton Lundin
On 06 November, 2016 - Hajime Fujita wrote: > This patch set adds a support for UDP version of RAOP (so called > raop2). Most of the RAOP devices (e.g. AppleTV, AirportExpress, > third party AV receivers) today use UDP version, so this patch > set is expected to support those devices. > I've

Re: [pulseaudio-discuss] [ANNOUNCE] PulseAudio 9.99.1 (a.k.a. v10.0 release candidate 1)

2017-01-05 Thread Felipe Sateler
On 3 January 2017 at 13:29, Tanu Kaskinen wrote: > > Hi all! > > The first release candidate for PulseAudio 10.0 is now out. As always, > the purpose of the release candidate is to get some testing done before > the final version is released. So, please test this on your own >

[pulseaudio-discuss] [PATCH] enhancement of module-combine-sink for slave control while module is up

2017-01-05 Thread Steffen Pfendtner
Hi, Here comes my first try to allow a dedicated control of what sinks shall be added or removed from the combine sink. My goal is to allow pulseaudio-dlna to add new DLNA sinks to a existing combine sink. This way we get a uninterrupted braodcast to several DLNA receivers at once. I have

[pulseaudio-discuss] [PATCH] added two new commands to native API to control the combine sink slaves after the combine sink has been created

2017-01-05 Thread Steffen Pfendtner
--- src/modules/module-combine-sink.c | 92 +++ src/pulsecore/cli-command.c | 78 + src/pulsecore/sink.c | 32 ++ src/pulsecore/sink.h | 8 4 files changed, 210 insertions(+)