mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04:00
channelmix: improve corssover processing
Apply volume after crossover, optimize when disabled or silent.
This commit is contained in:
parent
168511c157
commit
d62d2764e8
5 changed files with 52 additions and 43 deletions
|
|
@ -69,7 +69,6 @@ struct channelmix {
|
|||
|
||||
float freq; /* sample frequency */
|
||||
float lfe_cutoff; /* in Hz, 0 is disabled */
|
||||
uint32_t lr4_info[SPA_AUDIO_MAX_CHANNELS];
|
||||
struct lr4 lr4[SPA_AUDIO_MAX_CHANNELS];
|
||||
|
||||
void (*process) (struct channelmix *mix, void * SPA_RESTRICT dst[],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue