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