LE Audio: The Next Generation of Bluetooth Audio

<\/script>\n
'; }, get iframeSnippet() { const domain = '{ SITE_DOMAIN }'; const type = '{ embed_type }'; const slug = '{ embed_slug }'; return ''; }, get activeSnippet() { return this.method === 'script' ? this.scriptSnippet : this.iframeSnippet; }, copySnippet() { navigator.clipboard.writeText(this.activeSnippet).then(() => { this.copied = true; setTimeout(() => { this.copied = false; }, 2000); }); } }" @keydown.escape.window="open = false" @click.outside="open = false">

Embed This Widget

Theme


      
    

Widget powered by . Free, no account required.

LC3, Auracast, and isochronous channels

| 3 min read

LE Audio Overview

LE Audio is the audio framework built on Bluetooth 5.2's Isochronous Channels, replacing the BR/EDR A2DP and HFP profiles used by classic Bluetooth headphones. It delivers lower power consumption, better audio quality at equivalent bitrates, hearing aid support, and — most significantly — broadcast audio via Auracast.

LC3 Codec

The Low Complexity Communication Codec (LC3) is the mandatory LC3 codec and Auracast." data-category="LE Audio">LE Audio codec. It is an MDCT-based transform codec optimized for low-bitrate robustness and low algorithmic delay.

Property LC3 SBC (Classic)
Bitrate range 16–320 kbps 53–328 kbps
Algorithmic delay 10 ms (7.5 ms frame) or 13.3 ms (10 ms frame) ~35 ms
Quality at low bitrate High (toll quality at 64 kbps mono) Degraded
Error concealment Built-in frame loss concealment Minimal
Complexity Low (suitable for MCUs) Very low

LC3 achieves toll-quality mono at 64 kbps and near-CD-quality stereo at 128–160 kbps. At 32 kbps (hearing aid use case), it remains highly intelligible — a regime where SBC fails entirely.

Isochronous Channels

Isochronous Channels provide a time-synchronized, low-latency transport layer guaranteed to be QoS-bounded. Two types exist:

CIS (Connected Isochronous Stream): Point-to-point stream between two bonded devices. Used for TWS earbuds, headsets, and hearing aids. CIS supports bidirectional audio (microphone + playback).

BIS (Broadcast Isochronous Stream): One-to-many broadcast. The source transmits audio packets on air with no knowledge of receivers. Any compatible device can receive without pairing.

Feature CIS BIS
Topology Point-to-point (1:1) Broadcast (1:N, unlimited)
Pairing required Yes No
Latency 10–40 ms (configurable) 20–100 ms
Bidirectional Yes No
Use case Earbuds, hearing aids Auracast, TV, PA systems

Auracast

Auracast is the brand name for BIS-based public broadcast audio, defined in the Bluetooth SIG's BAP (Basic Audio Profile). A venue (airport, cinema, gym, stadium) broadcasts audio over BLE; any Auracast-capable receiver (hearing aid, headphone, phone) can tune in without pairing.

Use cases:

  • Silent discos: Multiple simultaneous music channels in one venue
  • Hearing loops: Direct audio feed to hearing aids (replaces inductive loop)
  • Airport gates: Flight announcements in chosen language
  • Gym: Personal audio from multiple TV screens without cables
  • Translation: Multi-language broadcast from a single podium microphone

An Auracast source advertises via advertising/" class="glossary-term-link" data-term="Periodic Advertising" data-definition="Connectionless data broadcasting at fixed intervals." data-category="GAP & Advertising">Periodic Advertising with a Broadcast Audio Announcement. The receiver discovers it through Extended Advertising, reads the BASS (Broadcast Audio Scan Service) metadata, and synchronizes to the BIS.

BAP and Audio Profiles

The BAP (Basic Audio Profile) defines the mandatory behaviors for all LE Audio devices. It specifies three roles:

  • Unicast Client: Initiates CIS streams (e.g., phone)
  • Unicast Server: Accepts CIS streams (e.g., earbud)
  • Broadcast Source/Sink: BIS transmitter/receiver

The ASCS (Audio Stream Control Service) allows the Unicast Client to configure codec parameters, QoS (framing, transport latency, SDU size), and start/stop streams dynamically without disconnecting.

The CAP (Common Audio Profile) sits above BAP and coordinates scenarios where multiple profiles are involved simultaneously — for example, a phone playing music to TWS earbuds via CIS while also accepting a phone call over the same link.

Frequently Asked Questions

Yes, our guides range from beginner introductions to advanced topics. Each guide indicates its difficulty level and prerequisites so you can find the right starting point.