Find a file
George Kiagiadakis b59ff48156 si-convert: improve node properties for convert nodes
* do not copy the full alsa node properties set
* use a node description that makes the nodes look better in JACK
* use . instead of / as a separator for the node.name, like elsewhere
* add audio.convert spa lib association in the tests that use si-convert;
  previously it used to work because library.name was present in the
  properties copied from the adapter (and it so happens that the adapter
  lives in the audioconvert spa plugin as well ...)
2020-06-29 13:05:44 +03:00
docs docs: update configuration.md 2020-06-19 12:09:09 +03:00
lib session-bin: call parent's reset() in reset() 2020-06-18 19:28:03 +03:00
modules si-convert: improve node properties for convert nodes 2020-06-29 13:05:44 +03:00
src main: fix size of buffer in call to g_input_stream_read() 2020-06-29 13:05:44 +03:00
subprojects wptoml: add new library to parse TOML files 2019-12-04 16:38:35 -05:00
tests si-convert: improve node properties for convert nodes 2020-06-29 13:05:44 +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: bump version to 0.2.96 2020-06-29 13:05:44 +03:00
meson_options.txt docs: enable building html documentation with hotdoc 2020-01-22 17:06:01 +02:00
NEWS.md NEWS: release 0.2.96 2020-06-19 12:51:27 +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