mame/3rdparty/libflac/examples
2015-01-10 18:42:37 +01:00
..
c Added full source of flac-1.2.1 (nw) 2015-01-10 18:42:37 +01:00
cpp Added full source of flac-1.2.1 (nw) 2015-01-10 18:42:37 +01:00
examples.dsp Added full source of flac-1.2.1 (nw) 2015-01-10 18:42:37 +01:00
Makefile.am Added full source of flac-1.2.1 (nw) 2015-01-10 18:42:37 +01:00
Makefile.in Added full source of flac-1.2.1 (nw) 2015-01-10 18:42:37 +01:00
Makefile.lite Added full source of flac-1.2.1 (nw) 2015-01-10 18:42:37 +01:00
README Added full source of flac-1.2.1 (nw) 2015-01-10 18:42:37 +01: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
c/encode/file/ - example_c_encode_file - Simple FLAC file encoder using libFLAC
cpp/decode/file/ - example_cpp_decode_file - Simple FLAC file decoder using libFLAC++
cpp/encode/file/ - example_cpp_encode_file - Simple FLAC file encoder using libFLAC++