pulse-server: Add a module-echo-cancel

Fairly straightforwad module to load libpipewire-module-echo-cancel
This commit is contained in:
Arun Raghavan 2021-06-05 12:22:11 -04:00 committed by Wim Taymans
parent 8c42e6aecb
commit 08daf3f4f4
4 changed files with 265 additions and 0 deletions

View file

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