# libsbc **Repository Path**: coltsmarthorse/libsbc ## Basic Information - **Project Name**: libsbc - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: feature/add_readme_branch - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-08-29 - **Last Updated**: 2025-08-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Low Complexity Subband Codec (SBC) SBC is an audio coding system specially designed for Bluetooth AV applications to obtain high-quality audio at medium bit rates, while having a low computational complexity. SBC uses 4 or 8 subbands, an adaptive bit allocation algorithm, and simple adaptive block PCM quantizers. ## Overview In order to support A2DP in Zephyr, we need to have the SBC encoder and decoder because it is mandatory for A2DP. Android bluetooth maintain one SBC implementation and it's license is Apache2.0, so Zephyr can use it.