• Home
Name Date Size #Lines LOC

..--

c/03-May-2024-503281

cpp/03-May-2024-507282

CMakeLists.txtD03-May-2024175 86

Makefile.amD03-May-20241,007 287

READMED03-May-2024583 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