mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-04 13:30:12 -05:00
pulse-server: Add a module-echo-cancel
Fairly straightforwad module to load libpipewire-module-echo-cancel
This commit is contained in:
parent
8c42e6aecb
commit
08daf3f4f4
4 changed files with 265 additions and 0 deletions
|
|
@ -214,6 +214,7 @@ int module_args_to_audioinfo(struct impl *impl, struct pw_properties *props, str
|
|||
|
||||
static const struct module_info module_list[] = {
|
||||
{ "module-combine-sink", create_module_combine_sink, },
|
||||
{ "module-echo-cancel", create_module_echo_cancel, },
|
||||
{ "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