blob: ec78367851c3f0a75b394a04862467d7a841bf84 [file] [log] [blame]
Josh Coalson950e3ca2005-02-09 03:37:59 +00001<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
Erik de Castro Lopob1982fb2013-05-25 17:11:19 +10002<!-- Copyright (c) 2000-2009 Josh Coalson
3<!-- Copyright (c) 2011-2013 Xiph.Org Foundation -->
Josh Coalson5e5fc012002-07-16 16:09:53 +00004<!-- Permission is granted to copy, distribute and/or modify this document -->
5<!-- under the terms of the GNU Free Documentation License, Version 1.1 -->
6<!-- or any later version published by the Free Software Foundation; -->
7<!-- with no invariant sections. -->
8<!-- A copy of the license can be found at http://www.gnu.org/copyleft/fdl.html -->
Josh Coalson950e3ca2005-02-09 03:37:59 +00009<html>
10<head>
11 <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
12 <meta name="author" content="Josh Coalson" />
13 <meta name="description" content="A free, open source codec for lossless audio compression and decompression" />
14 <meta name="keywords" content="free,lossless,audio,codec,encoder,decoder,compression,compressor,archival,archive,archiving,backup,music" />
15 <link rel="shortcut icon" type="image/x-icon" href="favicon.ico" />
16 <link rel="stylesheet" type="text/css" href="flac.css" />
Josh Coalson34cc68f2006-12-22 02:53:20 +000017 <title>FLAC - documentation</title>
Josh Coalson950e3ca2005-02-09 03:37:59 +000018</head>
Josh Coalson5e5fc012002-07-16 16:09:53 +000019
Josh Coalson950e3ca2005-02-09 03:37:59 +000020<body>
Josh Coalson5e5fc012002-07-16 16:09:53 +000021
Josh Coalson950e3ca2005-02-09 03:37:59 +000022<div class="logo">
23 <a href="http://flac.sourceforge.net/"><img src="images/logo130.gif" alt="FLAC Logo" align="middle" border="0" hspace="0" /></a>
24</div>
Josh Coalson5e5fc012002-07-16 16:09:53 +000025
Josh Coalson950e3ca2005-02-09 03:37:59 +000026<div class="above_nav"></div>
Josh Coalson5e5fc012002-07-16 16:09:53 +000027
Josh Coalson950e3ca2005-02-09 03:37:59 +000028<div class="navbar">
29 &nbsp;<a href="index.html">home</a>&nbsp;&nbsp;|
30 &nbsp;<a href="faq.html">faq</a>&nbsp;&nbsp;|
31 &nbsp;<a href="news.html">news</a>&nbsp;&nbsp;|
32 &nbsp;<a href="download.html">download</a>&nbsp;&nbsp;|
Josh Coalson950e3ca2005-02-09 03:37:59 +000033 &nbsp;<a href="documentation.html">documentation</a>&nbsp;&nbsp;|
Josh Coalson34cc68f2006-12-22 02:53:20 +000034 &nbsp;<a href="comparison.html">comparison</a>&nbsp;&nbsp;|
Josh Coalson950e3ca2005-02-09 03:37:59 +000035 &nbsp;<a href="changelog.html">changelog</a>&nbsp;&nbsp;|
36 &nbsp;<a href="links.html">links</a>&nbsp;&nbsp;|
37 &nbsp;<a href="developers.html">developers</a>&nbsp;
38</div>
Josh Coalson5e5fc012002-07-16 16:09:53 +000039
Josh Coalson950e3ca2005-02-09 03:37:59 +000040<div class="langbar">
41 &nbsp;english&nbsp;&nbsp;|
Josh Coalson34cc68f2006-12-22 02:53:20 +000042 &nbsp;<a href="ru/documentation.html">russian</a>&nbsp;
Josh Coalson950e3ca2005-02-09 03:37:59 +000043</div>
Josh Coalson5e5fc012002-07-16 16:09:53 +000044
Josh Coalson950e3ca2005-02-09 03:37:59 +000045<div class="below_nav"></div>
Josh Coalson5e5fc012002-07-16 16:09:53 +000046
Josh Coalson950e3ca2005-02-09 03:37:59 +000047<div class="box">
48 <div class="box_title">
Josh Coalson34cc68f2006-12-22 02:53:20 +000049 <a name="plugins"></a><a name="xmms_plugin">xmms plugin</a>
Josh Coalson950e3ca2005-02-09 03:37:59 +000050 </div>
51 <div class="box_header"></div>
52 <div class="box_body">
Josh Coalson34cc68f2006-12-22 02:53:20 +000053 Normally the FLAC plugin for XMMS is installed with a package, but some of the <a href="download.html">binary builds</a> have a compiled plugin. All that is necessary is to copy <span class="code">libxmms-flac.so</span> to the directory where XMMS looks for input plugins (usually <span class="code">/usr/lib/xmms/Input</span> or <span class="code">$HOME/.xmms/Input</span>). There is nothing else to configure. Make sure to restart XMMS before trying to play any <span class="code">.flac</span> files.
54 </div>
55 <div class="box_footer"></div>
56</div>
57
58<br />
59
60<div class="box">
61 <div class="box_title">
62 <a name="winamp_plugin">winamp plugin</a>
63 </div>
64 <div class="box_header"></div>
65 <div class="box_body">
66 Since Winamp 5.31, Nullsoft has supplied a FLAC plugin with their Full install; nothing else is needed to get FLAC to play in Wnamp.<br />
Josh Coalson950e3ca2005-02-09 03:37:59 +000067 <br />
Josh Coalson34cc68f2006-12-22 02:53:20 +000068 Before Winamp 5.31 it was necessary to use our FLAC plugin. If you have an older version of Winamp, our plugin is still available in the <a href="http://cyberial.com/flacinstaller.asp">FLAC Installer for Windows</a>. The Winamp plugin should work for both Winamp2 and Winamp5. All that is necessary is to copy <span class="code">in_flac.dll</span> to the <span class="code">Plugins/</span> directory of your Winamp installation. There is nothing else to configure. Make sure to restart Winamp before trying to play any <span class="code">.flac</span> files.
Josh Coalson950e3ca2005-02-09 03:37:59 +000069 </div>
70 <div class="box_footer"></div>
71</div>
Josh Coalson5e5fc012002-07-16 16:09:53 +000072
73
Josh Coalson950e3ca2005-02-09 03:37:59 +000074<div class="copyright">
Josh Coalsonf37520b2006-11-20 06:46:07 +000075 <!-- @@@ oh so hacky -->
76 <table>
77 <tr>
78 <td align="left">
Erik de Castro Lopob1982fb2013-05-25 17:11:19 +100079 Copyright (c) 2000-2009 Josh Coalson
80 <br/>
81 Copyright (c) 2011-2013 Xiph.Org Foundation
Josh Coalsonf37520b2006-11-20 06:46:07 +000082 </td>
83 <td width="1%" align="right">
84 <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>
85 </td>
86 <td width="1%" align="right">
87 <a href="http://www.eff.org/cafe/"><img src="images/cafebug.gif" alt="CAFE Logo" border="0" /></a><br />
88 </td>
89 <td width="1%" align="right">
90 <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>
91 </td>
92 </tr>
93 </table>
Josh Coalson950e3ca2005-02-09 03:37:59 +000094</div>
Josh Coalson5e5fc012002-07-16 16:09:53 +000095
Josh Coalson950e3ca2005-02-09 03:37:59 +000096</body>
97</html>