mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2026-03-29 07:58:06 -04:00
We can remove most of the special async handling in adapter, filter and stream because this is now handled in the core. Add a node.data-loop property to assign the node to a named data-loop. Assign the non-rt stream and filter to the main loop. This means that the node fd will be added to the main-loop and will be woken up directly without having to wake up the RT thread and invoke the process callback in the main-loop first. Because non-RT implies async, we can do all of this like we do our rt processing because the output will only be used in the next cycle. |
||
|---|---|---|
| .. | ||
| audioadapter.c | ||
| audioconvert.c | ||
| benchmark-fmt-ops.c | ||
| benchmark-resample.c | ||
| biquad.c | ||
| biquad.h | ||
| channelmix-ops-c.c | ||
| channelmix-ops-sse.c | ||
| channelmix-ops.c | ||
| channelmix-ops.h | ||
| crossover.c | ||
| crossover.h | ||
| delay.h | ||
| fmt-ops-avx2.c | ||
| fmt-ops-c.c | ||
| fmt-ops-neon.c | ||
| fmt-ops-sse2.c | ||
| fmt-ops-sse41.c | ||
| fmt-ops-ssse3.c | ||
| fmt-ops.c | ||
| fmt-ops.h | ||
| hilbert.h | ||
| law.h | ||
| meson.build | ||
| peaks-ops-c.c | ||
| peaks-ops-sse.c | ||
| peaks-ops.c | ||
| peaks-ops.h | ||
| plugin.c | ||
| resample-native-avx.c | ||
| resample-native-c.c | ||
| resample-native-impl.h | ||
| resample-native-neon.c | ||
| resample-native-sse.c | ||
| resample-native-ssse3.c | ||
| resample-native.c | ||
| resample-peaks.c | ||
| resample.h | ||
| spa-resample.c | ||
| test-audioadapter.c | ||
| test-audioconvert.c | ||
| test-channelmix.c | ||
| test-fmt-ops.c | ||
| test-peaks.c | ||
| test-resample.c | ||
| test-source.c | ||
| volume-ops-c.c | ||
| volume-ops-sse.c | ||
| volume-ops.c | ||
| volume-ops.h | ||
| wavfile.c | ||
| wavfile.h | ||