channelmix: debug matrix

This commit is contained in:
Wim Taymans 2018-09-18 17:23:05 +02:00
parent 64c38e3a6f
commit 4fd72eaee0

View file

@ -340,6 +340,11 @@ static int make_matrix(struct impl *this,
}
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;
}