PipeASIO, eine ASIO-Bridge für PipeWire unter Linux (primär für Wine), wurde in der Version v1.2.2 veröffentlicht.
Im Fokus steht ein Fix für die Echtzeit-Priorität des Audio-Threads, der zuvor zu Störungen im gesamten Audiosystem führen konnte.
Fixed
RT thread priority no longer preempts the PipeWire graph driver - The default SCHED_FIFO priority for the driver’s process thread was reduced from 77/80 to 15. This prevents priority inversion issues on standard desktop systems where RTKit caps the daemon’s data loop at priority 20. The previous higher priority could starve the audio server and cause system-wide audio artifacts including xruns, pops, and CPU meter spikes that persisted until driver reload.
Installation
Prebuilt binaries are available for Arch Linux/CachyOS (x86_64), with the build toolchain documented in BUILD-INFO.txt. Users can install locally via tar extraction to
$HOME/.localor configure with Proton/Faugus by setting the appropriate WINEDLLPATH variable.Compatibility Notes
Wine builtin DLLs are version-specific and glibc-dependent. Incompatible combinations may fail to load with error code c0000135; users should build from source or use the AUR package in such cases.

Quelle: GitHub