PipeASIO, an ASIO bridge for PipeWire on Linux (primarily for Wine), has been released in version v1.2.3.
This release focuses on build fixes across several distributions along with a new test matrix for toolchain drift.
Added
Distro build matrix for toolchain drift that host-only CI misses - support for Fedora, Ubuntu, and Arch via distrobox, including LTO flag assertions.
Fixed
Resolved build failures when distro-injected LTO flags were present (issue #6) by applying
-fno-ltoto affected object libraries.Corrected Wine SDK header discovery for Debian/Ubuntu’s nested
/usr/include/wine/wine/windowslayout in cmake configuration.Installation & Compatibility
Prebuilt binaries are available for Arch Linux/CachyOS (x86_64). Wine DLLs are coupled to specific Wine versions and glibc levels - incompatible environments should build from source.

Source: GitHub