annotate src/flac-1.2.1/examples/README @ 168:ceec0dd9ec9c
Replace these with versions built using an older toolset (so as to avoid ABI compatibilities when linking on Ubuntu 14.04 for packaging purposes)
author |
Chris Cannam <cannam@all-day-breakfast.com> |
date |
Fri, 07 Feb 2020 11:51:13 +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++
|