blob: 2da7bd6ded58761fab227b910bb8f6c87627df1d [file] [log] [blame]
Josh Coalson44937a72007-09-12 02:42:05 +00001Here 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
Erik de Castro Lopoeb753ae2014-12-05 05:52:25 +11006The "cpp" directory has analogous programs that are all in C++ and use libFLAC++.
Josh Coalson44937a72007-09-12 02:42:05 +00007
8The programs are:
9c/decode/file/ - example_c_decode_file - Simple FLAC file decoder using libFLAC
Josh Coalson703d0d42007-09-13 00:38:08 +000010c/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++