Skip to Content

libtwolame v0.4.0

Created
Updated

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

# 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) 

# License

# Supported Platforms

All platforms are supported

# Features

No default features set.

# tool

Build the twolame command-line frontend

Dependencies:
and 6 transitive dependencies:
Host Dependencies:
9 transitive dependencies:

# Dependencies

No dependencies.

# Host Dependencies

No dependencies.

# Dependents

# Host Dependents

No dependents.

# Contributors

  • Greisberger Christophe's avatar Greisberger Christophe

# Changelog

  • 27e2035 Add new port: libtwolame - MPEG Audio Layer 2 encoder for broadcast-quality audio (#51728)

# Source