diff options
author | 2023-12-06 17:12:21 +1100 | |
---|---|---|
committer | 2023-12-06 17:12:45 +1100 | |
commit | 414c5ce5a54d242ccc0303b4f94e8d7cfe651570 (patch) | |
tree | d4f74eb35d22b58f33eecc3e3cf2529703c8be2a /3rdparty/flac/examples/README | |
parent | faf991a563a9bf8adc7aeee80001606d58857b99 (diff) |
3rdparty: Renamed libflac to flac - it's a full FLAC distribution, libFLAC is just a small part of it.
Diffstat (limited to '3rdparty/flac/examples/README')
-rw-r--r-- | 3rdparty/flac/examples/README | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/3rdparty/flac/examples/README b/3rdparty/flac/examples/README new file mode 100644 index 00000000000..2da7bd6ded5 --- /dev/null +++ b/3rdparty/flac/examples/README @@ -0,0 +1,12 @@ +Here are several small example programs that use the libraries in different +ways. + +The "c" directory has programs that are all in C and use libFLAC. + +The "cpp" directory has analogous programs that are all in C++ and use libFLAC++. + +The programs are: +c/decode/file/ - example_c_decode_file - Simple FLAC file decoder using libFLAC +c/encode/file/ - example_c_encode_file - Simple FLAC file encoder using libFLAC +cpp/decode/file/ - example_cpp_decode_file - Simple FLAC file decoder using libFLAC++ +cpp/encode/file/ - example_cpp_encode_file - Simple FLAC file encoder using libFLAC++ |