mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04:00
Instead of doing (cycle+1) & 1 for output ports, simply swap the io areas depending on the port direction (0 = input, 1 = output) and just to cycle&1 for all ports. |
||
|---|---|---|
| .. | ||
| audiomixer.c | ||
| benchmark-mix-ops.c | ||
| meson.build | ||
| mix-ops-avx.c | ||
| mix-ops-c.c | ||
| mix-ops-sse.c | ||
| mix-ops-sse2.c | ||
| mix-ops.c | ||
| mix-ops.h | ||
| mixer-dsp.c | ||
| plugin.c | ||
| test-mix-ops.c | ||