mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-12-16 08:56:45 -05:00
channelmix: debug matrix
This commit is contained in:
parent
64c38e3a6f
commit
4fd72eaee0
1 changed files with 5 additions and 0 deletions
|
|
@ -340,6 +340,11 @@ static int make_matrix(struct impl *this,
|
||||||
}
|
}
|
||||||
max = SPA_MAX(max, sum);
|
max = SPA_MAX(max, sum);
|
||||||
}
|
}
|
||||||
|
for (i = 0; i < dst_chan; i++) {
|
||||||
|
for (j = 0; j < src_chan; j++) {
|
||||||
|
spa_log_debug(this->log, "%d %d: %f", i, j, this->matrix[i * src_chan + j]);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue