Find a file
George Kiagiadakis 244fa28d17 si-standard-link: allow linking MONO capture clients
In case we have a multi-channel capture device and a mono client,
treat the MONO port as UNKNOWN and let it link with the first
port available on the device

Easy to test with arecord, which by default captures in MONO
2020-06-17 12:55:12 +03:00
docs doc/contributing: add a note about rebasing merge requests 2020-06-15 11:36:15 +03:00
lib object-interest: don't use G_GNUC_FALLTRHOUGH 2020-06-16 19:18:20 +03:00
modules si-standard-link: allow linking MONO capture clients 2020-06-17 12:55:12 +03:00
src config: add .node config files to create audiotestsrc / videotestsrc 2020-06-16 16:06:20 +03:00
subprojects wptoml: add new library to parse TOML files 2019-12-04 16:38:35 -05:00
tests tests/config-policy: add "node.autoconnect" on nodes to pass the test 2020-06-16 19:15:09 +03:00
tools wpctl: status: add info about server & clients 2020-06-15 18:24:44 +03:00
.editorconfig docs: enable building html documentation with hotdoc 2020-01-22 17:06:01 +02:00
.gitignore config: add .node config files to create audiotestsrc / videotestsrc 2020-06-16 16:06:20 +03:00
.gitlab-ci.yml ci: actually create the "public" directory in the pages job 2020-05-18 23:21:23 +03:00
LICENSE Relicense to MIT 2019-05-31 12:13:12 +03:00
Makefile config: refactor wireplumber's configuration 2019-12-17 17:16:53 +02:00
meson.build meson: relax GLib dependency to 2.58 2020-06-16 19:20:13 +03:00
meson_options.txt docs: enable building html documentation with hotdoc 2020-01-22 17:06:01 +02:00
NEWS.md add NEWS.md 2020-06-03 11:41:25 +03:00
README.md docs: improve documentation 2020-05-19 17:54:10 +03:00

WirePlumber

WirePlumber is a modular session / policy manager for PipeWire and a GObject-based high-level library that wraps PipeWire's API, providing convenience for writing the daemon's modules as well as external tools for managing PipeWire.

Getting Started

Please refer to the documentation, which is available online here