xref: /aosp_15_r20/external/flac/examples/README (revision 600f14f40d737144c998e2ec7a483122d3776fbc)
1*600f14f4SXin LiHere are several small example programs that use the libraries in different
2*600f14f4SXin Liways.
3*600f14f4SXin Li
4*600f14f4SXin LiThe "c" directory has programs that are all in C and use libFLAC.
5*600f14f4SXin Li
6*600f14f4SXin LiThe "cpp" directory has analogous programs that are all in C++ and use libFLAC++.
7*600f14f4SXin Li
8*600f14f4SXin LiThe programs are:
9*600f14f4SXin Lic/decode/file/ - example_c_decode_file - Simple FLAC file decoder using libFLAC
10*600f14f4SXin Lic/encode/file/ - example_c_encode_file - Simple FLAC file encoder using libFLAC
11*600f14f4SXin Licpp/decode/file/ - example_cpp_decode_file - Simple FLAC file decoder using libFLAC++
12*600f14f4SXin Licpp/encode/file/ - example_cpp_encode_file - Simple FLAC file encoder using libFLAC++
13