• Home
Name Date Size #Lines LOC

..--

c/06-Sep-2024-503281

cpp/06-Sep-2024-507282

CMakeLists.txtD06-Sep-2024175 86

Makefile.amD06-Sep-20241,007 287

READMED06-Sep-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