mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04:00
modules: add combine-stream module
The module can: - Make a sink that sends all or some channels to other sinks. - Make a source that combines multiple sources into one. The selection of what streams to combine is implemented with rules so that the selection is very configurable. By default all Audio/Sink or Audio/Source nodes are selected.
This commit is contained in:
parent
8f90446042
commit
29787b51ef
3 changed files with 1027 additions and 0 deletions
|
|
@ -54,6 +54,7 @@ List of known modules:
|
|||
- \subpage page_module_avb
|
||||
- \subpage page_module_client_device
|
||||
- \subpage page_module_client_node
|
||||
- \subpage page_module_combine_stream
|
||||
- \subpage page_module_echo_cancel
|
||||
- \subpage page_module_example_sink
|
||||
- \subpage page_module_example_source
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue