mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-04 13:30:12 -05:00
audioconvert: use the same biquad as filter-chain
This commit is contained in:
parent
98365470c7
commit
0a0b1d594b
4 changed files with 338 additions and 68 deletions
|
|
@ -25,6 +25,4 @@ struct lr4 {
|
|||
|
||||
void lr4_set(struct lr4 *lr4, enum biquad_type type, float freq);
|
||||
|
||||
void lr4_process(struct lr4 *lr4, float *dst, const float *src, const float vol, int samples);
|
||||
|
||||
#endif /* CROSSOVER_H_ */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue