1. Home
  2. Browse
  3. libtwolame

libtwolame

v0.4.0#0Latest

TwoLAME is an optimised MPEG Audio Layer 2 (MP2) encoder

Install

Run the following Vcpkg command to install the port.

vcpkg install libtwolame

Usage

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)

Features

See source

Version

v0.4.0#0

Publication

Supports

All

GitHub

njh/twolame

Homepage

twolame.org

Subtree

27e2035aa8

License

LGPL-2.1-or-later

Definition

Manifest