summaryrefslogtreecommitdiff
path: root/examples/README
diff options
context:
space:
mode:
authorJosh Coalson <jcoalson@users.sourceforce.net>2007-09-13 00:38:08 +0000
committerJosh Coalson <jcoalson@users.sourceforce.net>2007-09-13 00:38:08 +0000
commit703d0d4aa70869927024540ad0f50e0df49aa89b (patch)
tree18eda11afbd96ffeff0bc71a124365bc0dc7c275 /examples/README
parent9f28b59ce161cecb7ebf801eb0c7f39f40f9918b (diff)
downloadflac-703d0d4aa70869927024540ad0f50e0df49aa89b.tar.gz
add encoder examples
Diffstat (limited to 'examples/README')
-rw-r--r--examples/README3
1 files changed, 3 insertions, 0 deletions
diff --git a/examples/README b/examples/README
index 2f30e64d..0c51ff97 100644
--- a/examples/README
+++ b/examples/README
@@ -7,3 +7,6 @@ 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++