annotate src/flac-1.2.1/examples/README @ 148:b4bfdf10c4b3
Update Win64 capnp builds to v0.6
author |
Chris Cannam <cannam@all-day-breakfast.com> |
date |
Mon, 22 May 2017 18:56:49 +0100 |
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++
|