mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-01 22:58:50 -04:00
channelmix: dont make FC from synthesized FC
When we have stereo and need to make FC, don't try to upmix the stereo into FC again. Fix unit test now that we create FC channels.
This commit is contained in:
parent
39716cdd44
commit
b7279a1728
2 changed files with 11 additions and 13 deletions
|
|
@ -162,7 +162,7 @@ static void test_4_N(void)
|
|||
test_mix(4, _M(FL)|_M(FR)|_M(RL)|_M(RR), 4, _M(FL)|_M(FR)|_M(LFE)|_M(FC),
|
||||
MATRIX(1.0, 0.0, 0.707107, 0.0,
|
||||
0.0, 1.0, 0.0, 0.707107,
|
||||
0.0, 0.0, 0.0, 0.0,
|
||||
0.707107, 0.707107, 0.0, 0.0,
|
||||
0.0, 0.0, 0.0, 0.0));
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue