audioconvert: add LFE filter

Use a lowpass filter to generate LFE from the stereo channels.
This commit is contained in:
Wim Taymans 2021-03-09 17:23:43 +01:00
parent e51cc5b537
commit 14e8073d18
8 changed files with 261 additions and 0 deletions

View file

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