mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04:00
channelmix: also filter FC and LFE when no layout
Always apply filter based on dest layout, even when distributing, averaging or copying a signal.
This commit is contained in:
parent
1e71c0e840
commit
b03b57c77a
1 changed files with 1 additions and 0 deletions
|
|
@ -200,6 +200,7 @@ static int make_matrix(struct channelmix *mix)
|
|||
matrix[i][i]= 1.0f;
|
||||
}
|
||||
src_mask = dst_mask = ~0LU;
|
||||
filter_fc = filter_lfe = true;
|
||||
goto done;
|
||||
} else {
|
||||
spa_log_debug(mix->log, "matching channels");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue