Initial addition of the LC3 codec as a module. Usage of the module will be seperate commits. Even though this codec is a generic audio codec, it is tagged with Bluetooth: as it can only be used for LE-Audio. Using the codec for other purposes is a violation of the granted rights for the codec. Signed-off-by: Casper Bonde <casper_bonde@bose.com>
9 lines
224 B
Plaintext
9 lines
224 B
Plaintext
# Copyright (c) 2022 Bose Corporation
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config LIBLC3CODEC
|
|
bool "liblc3codec Support"
|
|
depends on FPU
|
|
help
|
|
This option enables the Android liblc3codec library for Bluetooth LE Audio
|