annotate src/flac-1.2.1/examples/README @ 24:3c5adc4a864f

Added tag sv_v2.1 for changeset 619f715526df
author Chris Cannam
date Thu, 16 May 2013 16:47:33 +0100
parents 05aa0afa9217
children
rev   line source
Chris@1 1 Here are several small example programs that use the libraries in different
Chris@1 2 ways.
Chris@1 3
Chris@1 4 The "c" directory has programs that are all in C and use libFLAC.
Chris@1 5
Chris@1 6 The "cpp" directory has analogous programs that are all in C++ and use libFLAC++.
Chris@1 7
Chris@1 8 The programs are:
Chris@1 9 c/decode/file/ - example_c_decode_file - Simple FLAC file decoder using libFLAC
Chris@1 10 c/encode/file/ - example_c_encode_file - Simple FLAC file encoder using libFLAC
Chris@1 11 cpp/decode/file/ - example_cpp_decode_file - Simple FLAC file decoder using libFLAC++
Chris@1 12 cpp/encode/file/ - example_cpp_encode_file - Simple FLAC file encoder using libFLAC++