diff options
| author | 2015-01-10 18:42:37 +0100 | |
|---|---|---|
| committer | 2015-01-10 18:42:37 +0100 | |
| commit | fa3f99377c9c7bdfdaec79f6a7eb4967059182bf (patch) | |
| tree | a0a49afff0ab797bb56bdaac6aa432a4faa73f6b /3rdparty/libflac/doc/html/documentation_example_code.html | |
| parent | a53c8724052c0d2c85bd042eda407d24add6d469 (diff) | |
Added full source of flac-1.2.1 (nw)
Diffstat (limited to '3rdparty/libflac/doc/html/documentation_example_code.html')
| -rw-r--r-- | 3rdparty/libflac/doc/html/documentation_example_code.html | 81 |
1 files changed, 81 insertions, 0 deletions
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 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> +<!-- Copyright (c) 2000,2001,2002,2003,2004,2005,2006,2007 Josh Coalson --> +<!-- Permission is granted to copy, distribute and/or modify this document --> +<!-- under the terms of the GNU Free Documentation License, Version 1.1 --> +<!-- or any later version published by the Free Software Foundation; --> +<!-- with no invariant sections. --> +<!-- A copy of the license can be found at http://www.gnu.org/copyleft/fdl.html --> +<html> +<head> + <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" /> + <meta name="author" content="Josh Coalson" /> + <meta name="description" content="A free, open source codec for lossless audio compression and decompression" /> + <meta name="keywords" content="free,lossless,audio,codec,encoder,decoder,compression,compressor,archival,archive,archiving,backup,music" /> + <link rel="shortcut icon" type="image/x-icon" href="favicon.ico" /> + <link rel="stylesheet" type="text/css" href="flac.css" /> + <title>FLAC - developers</title> +</head> + +<body> + +<div class="logo"> + <a href="http://flac.sourceforge.net/"><img src="images/logo130.gif" alt="FLAC Logo" align="middle" border="0" hspace="0" /></a> +</div> + +<div class="above_nav"></div> + +<div class="navbar"> + <a href="index.html">home</a> | + <a href="faq.html">faq</a> | + <a href="news.html">news</a> | + <a href="download.html">download</a> | + <a href="documentation.html">documentation</a> | + <a href="comparison.html">comparison</a> | + <a href="changelog.html">changelog</a> | + <a href="links.html">links</a> | + <a href="developers.html">developers</a> +</div> + +<div class="langbar"> + english | + <a href="ru/documentation.html">russian</a> +</div> + +<div class="below_nav"></div> + +<div class="box"> + <div class="box_title"> + example code + </div> + <div class="box_header"></div> + <div class="box_body"> + The FLAC source code has several small example programs that demonstrate how to use the libraries. The source is available on the <a href="download.html">download page</a>, or can be <a href="http://sourceforge.net/cvs/?group_id=13478">checked out from CVS</a> or <a href="http://flac.cvs.sourceforge.net/flac/flac/examples/">browsed online</a>. The examples complement the <a href="api/index.html">API documentation</a>.<br /> + <br /> + 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. + </div> + <div class="box_footer"></div> +</div> + + +<div class="copyright"> + <!-- @@@ oh so hacky --> + <table> + <tr> + <td align="left"> + Copyright (c) 2007 Josh Coalson + </td> + <td width="1%" align="right"> + <a href="http://sourceforge.net"><img src="http://sflogo.sourceforge.net/sflogo.php?group_id=13478&type=1" width="88" height="31" border="0" alt="SourceForge.net Logo" /></a> + </td> + <td width="1%" align="right"> + <a href="http://www.eff.org/cafe/"><img src="images/cafebug.gif" alt="CAFE Logo" border="0" /></a><br /> + </td> + <td width="1%" align="right"> + <a href="http://validator.w3.org/check?uri=referer"><img src="http://www.w3.org/Icons/valid-xhtml10" alt="Valid XHTML 1.0!" height="31" width="88" border="0" hspace="0" /></a> + </td> + </tr> + </table> +</div> + +</body> +</html> |
