This project provides CMakeLists.txt and a pkg-config file to use the Fraunhofer LC3plus Codec as a shared library.
Please check homepage for patent and licensing and information.
- Download the latest LC3plus source code release, e.g. v172062927c2_20210930
- Unzip archive
- Copy
CMakeLists.txt
andLC3plus.pc.in
from this repository intosrc/fixed_point
of the expanded LC3plus archive - Switch to
src/fixed_point
folder - Compile and install with CMake
mkdir build
cd build
cmake ..
make
make install