Support us and view this ad

可选:点击以支持我们的网站

免费文章

Introduction: The Convergence of Bluetooth LE Audio and Automotive eCall The automotive industry is undergoing a profound transformation, with in-vehicle connectivity evolving from simple hands-free calling to complex, safety-critical systems. Among these, the Emergency Call (eCall) system, mandated in the European Union for new vehicle types since 2018, requires a reliable, low-latency, and high-quality audio link to emergency services. Traditionally, eCall systems have relied on cellular voice channels (e.g., 3GPP CSFB, VoLTE) or dedicated hardware codecs. However, the advent of Bluetooth LE Audio, specifically the Low Complexity Communication Codec (LC3), presents a compelling alternative for the in-vehicle Personal Area Network (PAN) segment, enabling wireless microphones, headsets, or embedded hands-free units to transmit voice data with unprecedented efficiency. This article provides a technical deep-dive into the implementation of Bluetooth LE Audio for eCall, focusing on the encoding and transmission of voice codec data via the LC3 codec. We will explore the packet format, state machine, timing constraints, and provide a concrete code example for a simulated eCall data path. This is not a general overview; it is a guide for engineers who must integrate LC3 into a real-time, safety-critical system with strict latency and reliability requirements. Core Technical Principle: LC3 Encapsulation and Isochronous Channels The foundation of LE Audio for eCall lies in the LC3 codec and the Isochronous Adaptation Layer (IAL). LC3 is a transform-based codec operating at bitrates from 16 kbps to 320 kbps, with frame durations of 7.5 ms or 10 ms. For eCall, the typical configuration is 10 ms frames at 32 kHz sampling rate, yielding a bitrate of 64 kbps (mono). The codec's low algorithmic delay (approximately 2.5 ms for the encoder + 2.5 ms for the decoder) is critical for meeting the end-to-end latency budget of under 100 ms. The transmission model uses Connected Isochronous Streams (CIS) within the LE Audio framework. The eCall unit acts as the Central (C) device, managing one or more CIS links to a Peripheral (P) device (e.g., a wireless microphone). Each CIS link carries a single audio stream. The LC3 frames are encapsulated into SDU (Service Data Unit) packets, which are then segmented into PDU (Protocol Data Unit) frames for the LE isochronous physical layer....

继续阅读完整内容

支持我们的网站,请点击查看下方广告

正在加载广告...

Login