1. Home
  2. Browse
  3. libflac

libflac

v1.4.3#2Latest

Library for manipulating FLAC files

Install

Run the following Vcpkg command to install the port.

vcpkg install libflac

Usage

The package libflac provides CMake targets:

find_package(FLAC CONFIG REQUIRED)
target_link_libraries(main PRIVATE FLAC::FLAC)

# Or use the C++ API
find_package(FLAC CONFIG REQUIRED)
target_link_libraries(main PRIVATE FLAC::FLAC++)

Features

Dependencies

See source

Version

v1.4.3#2

Publication

Supports

All

GitHub

xiph/flac

Homepage

xiph.org/flac

Subtree

5605709a96

License

BSD-3-Clause

Definition

Manifest