PipeASIO, an ASIO bridge for PipeWire on Linux (primarily for Wine), has been released in version v1.2.2.
This release fixes an issue with the audio thread’s real-time priority that could previously cause disruptions across the whole audio system.
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.

Source: GitHub