Mercurial > hg > sv-dependency-builds
annotate src/flac-1.2.1/examples/README @ 36:55ece8862b6d
Merge
author | Chris Cannam |
---|---|
date | Wed, 11 Mar 2015 13:32:44 +0000 |
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++ |