mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04:00
audioconvert: add LFE filter
Use a lowpass filter to generate LFE from the stereo channels.
This commit is contained in:
parent
e51cc5b537
commit
14e8073d18
8 changed files with 261 additions and 0 deletions
|
|
@ -89,6 +89,8 @@ endif
|
|||
|
||||
audioconvert = static_library('audioconvert',
|
||||
['fmt-ops.c',
|
||||
'biquad.c',
|
||||
'crossover.c',
|
||||
'channelmix-ops.c',
|
||||
'channelmix-ops-c.c',
|
||||
'resample-native.c',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue