• Home
  • History
  • Annotate
  • only in this directory
NameDateSize

..22-Apr-201639

c/H22-Apr-20166

cpp/H22-Apr-20166

examples.dspH A D13-Aug-20131.9 KiB

Makefile.amH A D13-Aug-20131,000

Makefile.inH A D13-Aug-201316.4 KiB

Makefile.liteH A D13-Aug-20131.8 KiB

READMEH A D13-Aug-2013584

README

1Here are several small example programs that use the libraries in different
2ways.
3
4The "c" directory has programs that are all in C and use libFLAC.
5
6The "cpp" directory has analogous programs that are all in C++ and use libFLAC++. 
7
8The programs are:
9c/decode/file/ - example_c_decode_file - Simple FLAC file decoder using libFLAC
10c/encode/file/ - example_c_encode_file - Simple FLAC file encoder using libFLAC
11cpp/decode/file/ - example_cpp_decode_file - Simple FLAC file decoder using libFLAC++
12cpp/encode/file/ - example_cpp_encode_file - Simple FLAC file encoder using libFLAC++
13