PipeASIO, eine ASIO-Bridge für PipeWire unter Linux (primär für Wine), wurde in der Version v1.4.1 veröffentlicht - kurz darauf folgte Version 1.4.2 mit Verbesserungen bei der Build-Kompatibilität unter Debian.
Änderungen in Version 1.4.1:
“Follow PipeWire” mode no longer defaults to 48 kHz; the driver now reads the graph’s clock rate from PipeWire settings metadata and treats the position clock as authoritative while running.
The settings panel’s latency display now correctly resolves the actual clock rate instead of assuming 48 kHz when “Follow PipeWire” is selected.
The ASIO probe now rejects sample rate discrepancies exceeding 5%, preventing rate misreporting from going undetected.
Änderungen in Version 1.4.2:
Fixed:
- Building from source on Debian works out of the box, resolving compilation errors related to Wine SDK include directories and tool naming conventions specific to Debian’s Wine package layout.
- The
asio_probe_rttest now properly skips rather than fails on systems with accessible PipeWire daemons but missing Wine or driver installations.Added:
- Debian stable integration into the CI build matrix, with hardened compilation flags, PipeWire 1.4.2 compatibility verification, and toolchain documentation.

Quelle: GitHub