Library for manipulating FLAC files
Run the following Vcpkg command to install the port.
vcpkg install libflac
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++)
Use any assembly optimization routines
Build with stack smashing protection
v1.4.3#2
Mar 6, 2024
All
xiph/flac1.7K
xiph.org/flac
5605709a96
BSD-3-Clause
Manifest