annotate src/flac-1.2.1/examples/README @ 141:1b5b6dfd0d0e
Add updated build of PortAudio for OSX
author |
Chris Cannam <cannam@all-day-breakfast.com> |
date |
Tue, 03 Jan 2017 15:10:52 +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++
|