Mercurial > hg > sv-dependency-builds
annotate src/flac-1.2.1/examples/README @ 169:223a55898ab9 tip default
Add null config files
author | Chris Cannam <cannam@all-day-breakfast.com> |
---|---|
date | Mon, 02 Mar 2020 14:03:47 +0000 |
parents | 98c1576536ae |
children |
rev | line source |
---|---|
cannam@86 | 1 Here are several small example programs that use the libraries in different |
cannam@86 | 2 ways. |
cannam@86 | 3 |
cannam@86 | 4 The "c" directory has programs that are all in C and use libFLAC. |
cannam@86 | 5 |
cannam@86 | 6 The "cpp" directory has analogous programs that are all in C++ and use libFLAC++. |
cannam@86 | 7 |
cannam@86 | 8 The programs are: |
cannam@86 | 9 c/decode/file/ - example_c_decode_file - Simple FLAC file decoder using libFLAC |
cannam@86 | 10 c/encode/file/ - example_c_encode_file - Simple FLAC file encoder using libFLAC |
cannam@86 | 11 cpp/decode/file/ - example_cpp_decode_file - Simple FLAC file decoder using libFLAC++ |
cannam@86 | 12 cpp/encode/file/ - example_cpp_encode_file - Simple FLAC file encoder using libFLAC++ |