The Low-Latency Living Manual
The ASIO Nightmare
Pro audio on Windows has relied on the ASIO protocol since the 1990s. While functional, ASIO is a hack: it allows a single app to bypass the Windows audio mixer to achieve low latency. This means if your DAW is open, you often can't hear audio from your browser or other apps. It is a "Monopolistic" audio model. Tebian uses PipeWire, a C-based multimedia server that provides pro-level latency while allowing every app to share the hardware.
This manual explains why PipeWire is the superior architecture for modern music production and how to tune Tebian for zero-glitch recording.
1. PipeWire vs. ASIO: The Architectural War
ASIO is synchronous and blocking. PipeWire is Asynchronous and Graph-based. In Tebian, every audio stream is a node in a real-time graph. You can route your microphone through a noise-gate plugin and then into both your DAW and your Discord call simultaneously. This is impossible on Windows without expensive third-party tools like Virtual Audio Cable.
Zero-Copy DMA
Tebian's PipeWire implementation uses Direct Memory Access (DMA) to pass audio buffers between the hardware and your apps. There is no CPU-heavy "copying" of data. This allows you to run buffer sizes as low as 64 samples (1.3ms latency) without the CPU spikes that cause audio "pops" and "clicks" on Windows.
2. Real-time Kernel Tuning
For pro audio, the Linux kernel must be tuned to prioritize audio interrupts. Tebian handles this in our "Creative Mode" setup:
- Threaded IRQs: We move hardware interrupts into their own threads so they can be prioritized by the scheduler.
- RT-Priority: We grant the PipeWire daemon and your DAW
realtimeprivileges (RR/FIFO scheduling). - Locked Memory: We allow audio apps to lock their memory in RAM, preventing the kernel from "swapping" them to disk during a recording.
Conclusion: The Future of Sound
The Low-Latency Living Manual proves that the "Mac only" or "Windows ASIO" era is over. By using a C-based, graph-driven audio engine on a stable kernel, you get a more flexible, faster, and more reliable studio. One ISO. One menu. Total sonic freedom.