Skip to content

bluekitchen/libLC3plus

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

CMake Project to Compile LC3plus Codec as Shared Library

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.

Installation

  • Download the latest LC3plus source code release, e.g. v172062927c2_20210930
  • Unzip archive
  • Copy CMakeLists.txt and LC3plus.pc.in from this repository into src/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

About

Compile LC3plus Codec as Shared Library

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages