From fa3f99377c9c7bdfdaec79f6a7eb4967059182bf Mon Sep 17 00:00:00 2001 From: Miodrag Milanovic Date: Sat, 10 Jan 2015 18:42:37 +0100 Subject: Added full source of flac-1.2.1 (nw) --- .../doc/html/documentation_example_code.html | 81 ++++++++++++++++++++++ 1 file changed, 81 insertions(+) create mode 100644 3rdparty/libflac/doc/html/documentation_example_code.html (limited to '3rdparty/libflac/doc/html/documentation_example_code.html') diff --git a/3rdparty/libflac/doc/html/documentation_example_code.html b/3rdparty/libflac/doc/html/documentation_example_code.html new file mode 100644 index 00000000000..041b7aea000 --- /dev/null +++ b/3rdparty/libflac/doc/html/documentation_example_code.html @@ -0,0 +1,81 @@ + + + + + + + + + + + + + + + + FLAC - developers + + + + + + +
+ + + +
+  english  | +  russian  +
+ +
+ +
+
+ example code +
+
+
+ The FLAC source code has several small example programs that demonstrate how to use the libraries. The source is available on the download page, or can be checked out from CVS or browsed online. The examples complement the API documentation.
+
+ Currently the examples show how to encode WAV files to FLAC and vice-versa using both libFLAC and libFLAC++. Over time we'll be adding more examples. +
+ +
+ + + + + + -- cgit v1.2.3