TwoLAME is an optimised MPEG Audio Layer 2 (MP2) encoder
The package libtwolame can be imported via CMake FindPkgConfig module:
find_package(PkgConfig REQUIRED)
pkg_check_modules(twolame REQUIRED IMPORTED_TARGET twolame)
target_link_libraries(main PkgConfig::twolame)
Build the twolame command-line frontend
v0.4.0#0
All
LGPL-2.1-or-later
Manifest