cannam@86: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> cannam@86: <!-- Copyright (c) 2000,2001,2002,2003,2004,2005,2006,2007 Josh Coalson --> cannam@86: <!-- Permission is granted to copy, distribute and/or modify this document --> cannam@86: <!-- under the terms of the GNU Free Documentation License, Version 1.1 --> cannam@86: <!-- or any later version published by the Free Software Foundation; --> cannam@86: <!-- with no invariant sections. --> cannam@86: <!-- A copy of the license can be found at http://www.gnu.org/copyleft/fdl.html --> cannam@86: <html> cannam@86: <head> cannam@86: <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" /> cannam@86: <meta name="author" content="Josh Coalson" /> cannam@86: <meta name="description" content="A free, open source codec for lossless audio compression and decompression" /> cannam@86: <meta name="keywords" content="free,lossless,audio,codec,encoder,decoder,compression,compressor,archival,archive,archiving,backup,music" /> cannam@86: <link rel="shortcut icon" type="image/x-icon" href="favicon.ico" /> cannam@86: <link rel="stylesheet" type="text/css" href="flac.css" /> cannam@86: <title>FLAC - developers</title> cannam@86: </head> cannam@86: cannam@86: <body> cannam@86: cannam@86: <div class="logo"> cannam@86: <a href="http://flac.sourceforge.net/"><img src="images/logo130.gif" alt="FLAC Logo" align="middle" border="0" hspace="0" /></a> cannam@86: </div> cannam@86: cannam@86: <div class="above_nav"></div> cannam@86: cannam@86: <div class="navbar"> cannam@86: <a href="index.html">home</a> | cannam@86: <a href="faq.html">faq</a> | cannam@86: <a href="news.html">news</a> | cannam@86: <a href="download.html">download</a> | cannam@86: <a href="documentation.html">documentation</a> | cannam@86: <a href="comparison.html">comparison</a> | cannam@86: <a href="changelog.html">changelog</a> | cannam@86: <a href="links.html">links</a> | cannam@86: <a href="developers.html">developers</a> cannam@86: </div> cannam@86: cannam@86: <div class="langbar"> cannam@86: english | cannam@86: <a href="ru/documentation.html">russian</a> cannam@86: </div> cannam@86: cannam@86: <div class="below_nav"></div> cannam@86: cannam@86: <div class="box"> cannam@86: <div class="box_title"> cannam@86: example code cannam@86: </div> cannam@86: <div class="box_header"></div> cannam@86: <div class="box_body"> cannam@86: 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 /> cannam@86: <br /> cannam@86: 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. cannam@86: </div> cannam@86: <div class="box_footer"></div> cannam@86: </div> cannam@86: cannam@86: cannam@86: <div class="copyright"> cannam@86: <!-- @@@ oh so hacky --> cannam@86: <table> cannam@86: <tr> cannam@86: <td align="left"> cannam@86: Copyright (c) 2007 Josh Coalson cannam@86: </td> cannam@86: <td width="1%" align="right"> cannam@86: <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> cannam@86: </td> cannam@86: <td width="1%" align="right"> cannam@86: <a href="http://www.eff.org/cafe/"><img src="images/cafebug.gif" alt="CAFE Logo" border="0" /></a><br /> cannam@86: </td> cannam@86: <td width="1%" align="right"> cannam@86: <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> cannam@86: </td> cannam@86: </tr> cannam@86: </table> cannam@86: </div> cannam@86: cannam@86: </body> cannam@86: </html>