Mercurial > hg > sv-dependency-builds
comparison src/flac-1.2.1/doc/html/documentation_tools_plugins.html @ 86:98c1576536ae
Bring in flac, ogg, vorbis
author | Chris Cannam <cannam@all-day-breakfast.com> |
---|---|
date | Tue, 19 Mar 2013 17:37:49 +0000 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
85:545efbb81310 | 86:98c1576536ae |
---|---|
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> | |
2 <!-- Copyright (c) 2000,2001,2002,2003,2004,2005,2006,2007 Josh Coalson --> | |
3 <!-- Permission is granted to copy, distribute and/or modify this document --> | |
4 <!-- under the terms of the GNU Free Documentation License, Version 1.1 --> | |
5 <!-- or any later version published by the Free Software Foundation; --> | |
6 <!-- with no invariant sections. --> | |
7 <!-- A copy of the license can be found at http://www.gnu.org/copyleft/fdl.html --> | |
8 <html> | |
9 <head> | |
10 <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" /> | |
11 <meta name="author" content="Josh Coalson" /> | |
12 <meta name="description" content="A free, open source codec for lossless audio compression and decompression" /> | |
13 <meta name="keywords" content="free,lossless,audio,codec,encoder,decoder,compression,compressor,archival,archive,archiving,backup,music" /> | |
14 <link rel="shortcut icon" type="image/x-icon" href="favicon.ico" /> | |
15 <link rel="stylesheet" type="text/css" href="flac.css" /> | |
16 <title>FLAC - documentation</title> | |
17 </head> | |
18 | |
19 <body> | |
20 | |
21 <div class="logo"> | |
22 <a href="http://flac.sourceforge.net/"><img src="images/logo130.gif" alt="FLAC Logo" align="middle" border="0" hspace="0" /></a> | |
23 </div> | |
24 | |
25 <div class="above_nav"></div> | |
26 | |
27 <div class="navbar"> | |
28 <a href="index.html">home</a> | | |
29 <a href="faq.html">faq</a> | | |
30 <a href="news.html">news</a> | | |
31 <a href="download.html">download</a> | | |
32 <a href="documentation.html">documentation</a> | | |
33 <a href="comparison.html">comparison</a> | | |
34 <a href="changelog.html">changelog</a> | | |
35 <a href="links.html">links</a> | | |
36 <a href="developers.html">developers</a> | |
37 </div> | |
38 | |
39 <div class="langbar"> | |
40 english | | |
41 <a href="ru/documentation.html">russian</a> | |
42 </div> | |
43 | |
44 <div class="below_nav"></div> | |
45 | |
46 <div class="box"> | |
47 <div class="box_title"> | |
48 <a name="plugins"></a><a name="xmms_plugin">xmms plugin</a> | |
49 </div> | |
50 <div class="box_header"></div> | |
51 <div class="box_body"> | |
52 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. | |
53 </div> | |
54 <div class="box_footer"></div> | |
55 </div> | |
56 | |
57 <br /> | |
58 | |
59 <div class="box"> | |
60 <div class="box_title"> | |
61 <a name="winamp_plugin">winamp plugin</a> | |
62 </div> | |
63 <div class="box_header"></div> | |
64 <div class="box_body"> | |
65 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 /> | |
66 <br /> | |
67 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. | |
68 </div> | |
69 <div class="box_footer"></div> | |
70 </div> | |
71 | |
72 | |
73 <div class="copyright"> | |
74 <!-- @@@ oh so hacky --> | |
75 <table> | |
76 <tr> | |
77 <td align="left"> | |
78 Copyright (c) 2000,2001,2002,2003,2004,2005,2006,2007 Josh Coalson | |
79 </td> | |
80 <td width="1%" align="right"> | |
81 <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> | |
82 </td> | |
83 <td width="1%" align="right"> | |
84 <a href="http://www.eff.org/cafe/"><img src="images/cafebug.gif" alt="CAFE Logo" border="0" /></a><br /> | |
85 </td> | |
86 <td width="1%" align="right"> | |
87 <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> | |
88 </td> | |
89 </tr> | |
90 </table> | |
91 </div> | |
92 | |
93 </body> | |
94 </html> |