mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-12-16 08:56:45 -05: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;
|
matrix[i][i]= 1.0f;
|
||||||
}
|
}
|
||||||
src_mask = dst_mask = ~0LU;
|
src_mask = dst_mask = ~0LU;
|
||||||
|
filter_fc = filter_lfe = true;
|
||||||
goto done;
|
goto done;
|
||||||
} else {
|
} else {
|
||||||
spa_log_debug(mix->log, "matching channels");
|
spa_log_debug(mix->log, "matching channels");
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue