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 - documentation</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: 	&nbsp;<a href="index.html">home</a>&nbsp;&nbsp;|
cannam@86: 	&nbsp;<a href="faq.html">faq</a>&nbsp;&nbsp;|
cannam@86: 	&nbsp;<a href="news.html">news</a>&nbsp;&nbsp;|
cannam@86: 	&nbsp;<a href="download.html">download</a>&nbsp;&nbsp;|
cannam@86: 	&nbsp;<a href="documentation.html">documentation</a>&nbsp;&nbsp;|
cannam@86: 	&nbsp;<a href="comparison.html">comparison</a>&nbsp;&nbsp;|
cannam@86: 	&nbsp;<a href="changelog.html">changelog</a>&nbsp;&nbsp;|
cannam@86: 	&nbsp;<a href="links.html">links</a>&nbsp;&nbsp;|
cannam@86: 	&nbsp;<a href="developers.html">developers</a>&nbsp;
cannam@86: </div>
cannam@86: 
cannam@86: <div class="langbar">
cannam@86: 	&nbsp;english&nbsp;&nbsp;|
cannam@86: 	&nbsp;<a href="ru/documentation.html">russian</a>&nbsp;
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: 		tools
cannam@86: 	</div>
cannam@86: 	<div class="box_header"></div>
cannam@86: 	<div class="box_body">
cannam@86: 		FLAC is a general purpose audio format supported by many programs, but in this section we are concentrating on just the official tools provided by the FLAC project:
cannam@86: 		<ul>
cannam@86: 			<li><a href="documentation_tools_flac.html">flac</a> - The command-line encoder and decoder.</li>
cannam@86: 			<li><a href="documentation_tools_metaflac.html">metaflac</a> - The command-line metadata editor.</li>
cannam@86: 			<li><a href="documentation_tools_plugins.html">plugins</a> - Setting up the Winamp and XMMS plugins.</li>
cannam@86: 		</ul>
cannam@86: 		Other resources:
cannam@86: 		<ul>
cannam@86: 			<li><a href="documentation_bugs.html">Bugs</a> - How to report bugs and request features, and a list of known bugs in the FLAC tools.</li>
cannam@86: 			<li><a href="http://sourceforge.net/tracker/?group_id=13478&amp;atid=213478">Request Support</a> - Support for the official FLAC tools.  For other programs, use <a href="http://www.hydrogenaudio.org/">hydrogenaudio.org</a>
cannam@86: 			<li><a href="http://lists.xiph.org/mailman/listinfo/flac">FLAC Mailing List</a> - General discussion about FLAC, tools, releases, etc.  (You must subscribe to post.)</li>
cannam@86: 		</ul>
cannam@86: 		<br />
cannam@86: 		See <a href="download.html">Getting FLAC</a> for instructions on downloading and installing the official FLAC tools, or <a href="documentation_tasks.html">Using FLAC</a> for instructions and guides on playing FLAC files, ripping CDs to FLAC, etc.
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) 2000,2001,2002,2003,2004,2005,2006,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&amp;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>