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:
Wim Taymans 2023-01-20 19:37:47 +01:00
parent 8f90446042
commit 29787b51ef
3 changed files with 1027 additions and 0 deletions

View file

@ -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