flac/examples
2007-09-13 00:37:21 +00:00
..
c minor improvements 2007-09-13 00:37:21 +00:00
cpp minor improvements 2007-09-13 00:37:21 +00:00
examples.dsp add new top level examples/ directory with one example for now (example_c_decode_file) 2007-09-12 02:42:05 +00:00
Makefile.am add new top level examples/ directory with one example for now (example_c_decode_file) 2007-09-12 02:42:05 +00:00
Makefile.lite add example_cpp_decode_file 2007-09-12 05:35:12 +00:00
README add new top level examples/ directory with one example for now (example_c_decode_file) 2007-09-12 02:42:05 +00:00

Here are several small example programs that use the libraries in different
ways.

The "c" directory has programs that are all in C and use libFLAC.

The "cpp" directory has analogous programs that are all in C++ and use libFLAC++. 

The programs are:
c/decode/file/ - example_c_decode_file - Simple FLAC file decoder using libFLAC