Name Date Size #Lines LOC

..--

c/H25-Apr-2025-503281

cpp/H25-Apr-2025-507282

CMakeLists.txtH A D25-Apr-2025175 86

Makefile.amH A D25-Apr-20251,007 287

READMEH A D25-Apr-2025583 139

README

1Here are several small example programs that use the libraries in different
2ways.
3
4The "c" directory has programs that are all in C and use libFLAC.
5
6The "cpp" directory has analogous programs that are all in C++ and use libFLAC++.
7
8The programs are:
9c/decode/file/ - example_c_decode_file - Simple FLAC file decoder using libFLAC
10c/encode/file/ - example_c_encode_file - Simple FLAC file encoder using libFLAC
11cpp/decode/file/ - example_cpp_decode_file - Simple FLAC file decoder using libFLAC++
12cpp/encode/file/ - example_cpp_encode_file - Simple FLAC file encoder using libFLAC++
13