mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-02 09:01:50 -05:00
filter-chain: add biquads to filter-chain
Add some biquad filters to the builtin filters. Add an example 6 band equalizer sink filter chain.
This commit is contained in:
parent
8911e22793
commit
bfbd6d74ef
7 changed files with 798 additions and 2 deletions
|
|
@ -534,7 +534,7 @@ int pipewire__module_init(struct pw_impl_module *module, const char *args)
|
|||
copy_props(impl, props, PW_KEY_NODE_VIRTUAL);
|
||||
copy_props(impl, props, PW_KEY_NODE_LATENCY);
|
||||
|
||||
if ((str = pw_properties_get(props, "aec,method")) == NULL)
|
||||
if ((str = pw_properties_get(props, "aec.method")) == NULL)
|
||||
str = "null";
|
||||
if (strcmp(str, "webrtc") == 0)
|
||||
impl->aec_info = echo_cancel_webrtc;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue