annotate src/flac-1.2.1/examples/README @ 22:b07fe9e906dc

Portaudio: add missed file
author Chris Cannam
date Tue, 26 Mar 2013 12:14:11 +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++