pipewire/pipewire-pulseaudio
Wim Taymans 0265514023 pulse: avoid blocking in epoll
When the custom poll function told us there is activity on the
epoll fd, don't do a blocking wait on the epoll fd. It might be
possible that the active fd is removed and then we would block
forever.

Fixes #349
2020-10-29 15:56:22 +01:00
..
src pulse: avoid blocking in epoll 2020-10-29 15:56:22 +01:00
test pulse: add volume change example 2020-10-22 16:47:24 +02:00
LICENSE Merge pipewire-pulseaudio subtree 2019-11-03 15:20:57 +01:00
README.md Update README.md 2019-11-07 15:46:04 +00:00

pipewire-pulseaudio

PulseAudio client library for PipeWire

This is a replacement libpulse.so library. Clients using this library will transparently connect to PipeWire.