Chris@1: Here are several small example programs that use the libraries in different Chris@1: ways. Chris@1: Chris@1: The "c" directory has programs that are all in C and use libFLAC. Chris@1: Chris@1: The "cpp" directory has analogous programs that are all in C++ and use libFLAC++. Chris@1: Chris@1: The programs are: Chris@1: c/decode/file/ - example_c_decode_file - Simple FLAC file decoder using libFLAC Chris@1: c/encode/file/ - example_c_encode_file - Simple FLAC file encoder using libFLAC Chris@1: cpp/decode/file/ - example_cpp_decode_file - Simple FLAC file decoder using libFLAC++ Chris@1: cpp/encode/file/ - example_cpp_encode_file - Simple FLAC file encoder using libFLAC++