pipewire/pipewire-pulseaudio
Wim Taymans 738603fd04 stream: Align with pw_filter
Remove some of the unused states in pw_stream. The app can know the
state by following the format and buffer events.

Make it possible to be notified of io are updates. This should make it
possible to follow the transport etc.

Make it possible to be notified of any param changes.

Rename finish_format to update_params because that is what it does.
Make this work in the same was as the filter: updating the params
removes all old params of the types and installs the new ones.

Don't get the Props and PropInfo from the node proxy, instead get them
directly from the adapter that we have locally. Update the controls
directly on the adapter instead of going to the server first.
2019-11-21 16:14:50 +01:00
..
src stream: Align with pw_filter 2019-11-21 16:14:50 +01: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.