annotate src/flac-1.2.1/examples/README @ 23:619f715526df sv_v2.1

Update Vamp plugin SDK to 2.5
author Chris Cannam
date Thu, 09 May 2013 10:52:46 +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++