pipewire/spa
Pauli Virtanen 977d6e2321 audioconvert: fix input remapping
As currently implemented, input format convert channel remap is no-op.
This is because although the out_datas array is permuted, the original
pointer array is not referred to later on, so the only effect is that
the temporary data array is stored in permuted order.

Fix the permutation by permuting the pointers only for the conversion
step.
2022-07-18 20:31:46 +02:00
..
examples examples: fix spelling mistake 2022-06-16 16:40:47 +02:00
include json: avoid converting random string to floats 2022-07-11 11:50:58 +02:00
plugins audioconvert: fix input remapping 2022-07-18 20:31:46 +02:00
tests Add support for MidnightBSD 2022-06-19 18:22:47 +00:00
tools spa: tools: spa-inspect: clear and free handles 2022-06-16 16:59:40 +02:00
meson.build avb: remove libavtp dependency 2022-07-12 12:27:21 +02:00