mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-12-19 08:57:14 -05:00
pulse-server: Implement module-combine-sink
This commit is contained in:
parent
fa64d93e64
commit
25f9765e9c
4 changed files with 474 additions and 0 deletions
|
|
@ -214,6 +214,7 @@ int module_args_to_audioinfo(struct impl *impl, struct pw_properties *props, str
|
|||
#include "modules/registry.h"
|
||||
|
||||
static const struct module_info module_list[] = {
|
||||
{ "module-combine-sink", create_module_combine_sink, },
|
||||
{ "module-ladspa-sink", create_module_ladspa_sink, },
|
||||
{ "module-ladspa-source", create_module_ladspa_source, },
|
||||
{ "module-loopback", create_module_loopback, },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue