November 28, 2025
New beats, old beefs
Implementing Bluetooth LE Audio and Auracast on Linux Systems
Linux gets better Bluetooth sound — fans cheer, devs fume over who’s doing the work
TLDR: LE Audio and Auracast promise better sound, lower delay, and shared broadcasts on Linux via BlueZ and PipeWire. Commenters cheered the upgrade but argued over whether Android’s Gabeldorsche already “solves it,” while others slammed the Bluetooth group for profiting as volunteers do the heavy lifting — and that’s why this matters.
Bluetooth on Linux is finally getting its glow-up: LE Audio (the low-power, low-lag upgrade) and Auracast (broadcast audio you can tune into like Wi‑Fi) are landing, and the comments section lit up like a concert crowd. Folks are hyped to ditch the old “answer a call, ruin the music” curse, with one user sighing that this has been a “big pain point” forever. Think smoother calls, snappier audio, and battery life that doesn’t tap out before lunch. Plus, Auracast means your TV, theater, or cafe could beam audio to everyone’s earbuds at once — no awkward splitter cables. Watch the talk that sparked it all here.
But the applause came with side-eye. The hottest thread? Who’s actually making this work on Linux. One camp points to the official path — BlueZ (Bluetooth stack) and PipeWire (audio) — while another insists most systems already do it via Google’s “Gabeldorsche” from the Android world. Cue the “who actually shipped what?” debate. The spiciest take blasted the Bluetooth industry group for cashing licensing checks while open-source volunteers (shoutout Collabora) carry the code: classic “community builds it, corporations bill it” energy. Sprinkle in memes about “finally, AirPods vibes on Linux” and a few conspiracy jokes about codecs, and you’ve got peak comment-section theater.
Key Points
- •LE Audio, introduced with Bluetooth 5.2, moves audio to the Bluetooth Low Energy stack for lower power consumption and latency.
- •Classic Bluetooth audio (A2DP/HFP) has limitations: unidirectional streaming, audio quality reduction when using mic, and 100–200 ms latency.
- •LE Audio’s architecture is modular: BAP for transport, with VCP, MICP, CSIP, CCP, and MCP supporting functions; higher-level profiles include TMAP, HAP, and PBP.
- •LC3 is the codec used by LE Audio to enable efficient, high-quality communication.
- •Auracast, enabled via the Public Broadcast Profile, broadcasts audio to multiple receivers and supports discovery via area scanning or QR codes.