mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-03 09:01:54 -05:00
filter-chain: convolver: resample IR
Ensure correct filtering when node rate does not match filter rate
This commit is contained in:
parent
b5c21c1fbc
commit
7950d3ff0d
2 changed files with 25 additions and 3 deletions
|
|
@ -100,7 +100,7 @@ filter_chain_sources = [
|
|||
'module-filter-chain/convolver.c'
|
||||
]
|
||||
filter_chain_dependencies = [
|
||||
mathlib, dl_lib, pipewire_dep, sndfile_dep
|
||||
mathlib, dl_lib, pipewire_dep, sndfile_dep, audioconvert_dep
|
||||
]
|
||||
|
||||
if lilv_lib.found()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue