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