zephyr/modules/liblc3/Kconfig
Mariusz Skamra 3f7fbb4a8d modules: liblc3: Bump to 1.1.1
Bump up liblc3 to the 1.1.1.

Signed-off-by: Mariusz Skamra <mariusz.skamra@codecoup.pl>
2024-12-27 12:36:13 +01:00

29 lines
591 B
Text

# Copyright (c) 2022 Bose Corporation
# Copyright (c) 2024 Codecoup
# SPDX-License-Identifier: Apache-2.0
config ZEPHYR_LIBLC3_MODULE
bool
config LIBLC3
bool "liblc3 Support"
depends on FPU
select REQUIRES_FULL_LIBC
help
Enable the Low Complexity Communication Codec (LC3)
if LIBLC3
config LIBLC3_PLUS
bool "LC3plus Support [EXPERIMENTAL]"
select EXPERIMENTAL
help
Enable support of 2.5ms and 5ms frame durations.
config LIBLC3_PLUS_HR
bool "LC3plus High Resolution Support [EXPERIMENTAL]"
select EXPERIMENTAL
help
Enable support of the High-Resolution mode.
endif