version 0.8
This commit is contained in:
parent
35c118dc48
commit
666aae73dc
|
@ -1,3 +1,14 @@
|
|||
20-02-2002: DarkIce 0.8 released
|
||||
|
||||
o added possibility to disable lowpass and highpass filtering for lame
|
||||
o fixed incorrect vorbis bitrate setting
|
||||
o fix: DarkIce now reports public streams correctly
|
||||
thanks to Tom Gray, <tomg@future-i.com>
|
||||
o made up-to-date with Ogg Vorbis rc3 libs
|
||||
thanks to Michael Smith, <msmith@labyrinth.net.au>
|
||||
o made up-to-date with current IceCast2 cvs version
|
||||
o added local stream dump possibility
|
||||
|
||||
19-10-2001: DarkIce 0.7 released
|
||||
|
||||
o added support for FreeBSD
|
||||
|
|
|
@ -44,7 +44,7 @@ DarkIce is under development. While still considered beta, it has
|
|||
been used for almost a year in <a href="http://tilos.hu/">production</a>
|
||||
24 hours per day.
|
||||
<br>
|
||||
The latest version is <b>0.7</b>, check out the
|
||||
The latest version is <b>0.8</b>, check out the
|
||||
<a href="ChangeLog">ChangeLog</a>.
|
||||
|
||||
<h2>3. Download</h2>
|
||||
|
@ -63,20 +63,20 @@ use your own lame libs if you like.
|
|||
You can either
|
||||
<ul>
|
||||
<li>Download the source tarball
|
||||
<a href="http://prdownloads.sourceforge.net/darkice/darkice-0.7.tar.gz">darkice-0.7.tar.gz</a>
|
||||
<a href="http://prdownloads.sourceforge.net/darkice/darkice-0.8.tar.gz">darkice-0.8.tar.gz</a>
|
||||
and compile yourself. You will also need
|
||||
<a href="http://www.mp3dev.org/mp3/download/download.html">lame</a>
|
||||
(version 3.89 or above) and
|
||||
<a href="http://www.xiph.org/ogg/vorbis/download.html">Ogg Vorbis</a>
|
||||
libs. I used the following libs:
|
||||
<ul>
|
||||
<li><a href="http://prdownloads.sourceforge.net/darkice/lame3.89beta.tar.gz">lame3.89beta.tar.gz</a>
|
||||
<li><a href="http://www.vorbis.com/files/rc2/unix/libogg-1.0rc2.tar.gz">libogg-1.0rc2.tar.gz</a>
|
||||
<li><a href="http://www.vorbis.com/files/rc2/unix/libvorbis-1.0rc2.tar.gz">libvorbis-1.0rc2.tar.gz</a>
|
||||
<li><a href="http://prdownloads.sourceforge.net/darkice/lame-3.91.tar.gz">lame-3.91.tar.gz</a>
|
||||
<li><a href="http://www.vorbis.com/files/rc3/unix/libogg-1.0rc3.tar.gz">libogg-1.0rc3.tar.gz</a>
|
||||
<li><a href="http://www.vorbis.com/files/rc3/unix/libvorbis-1.0rc3.tar.gz">libvorbis-1.0rc3.tar.gz</a>
|
||||
</ul>
|
||||
</li>
|
||||
<li>Get the RPM package
|
||||
<a href="http://prdownloads.sourceforge.net/darkice/darkice-0.7-1.i386.rpm">darkice-0.7-1.i386.rpm</a>,
|
||||
<a href="http://prdownloads.sourceforge.net/darkice/darkice-0.8-1.i386.rpm">darkice-0.8-1.i386.rpm</a>,
|
||||
install & enjoy.
|
||||
Also install
|
||||
<a href="http://www.mp3dev.org/mp3/download/download.html">lame</a>
|
||||
|
@ -84,9 +84,9 @@ You can either
|
|||
<a href="http://www.xiph.org/ogg/vorbis/download.html">Ogg Vorbis</a>
|
||||
packages. I used the following packages:
|
||||
<ul>
|
||||
<li><a href="http://prdownloads.sourceforge.net/darkice/lame-3.89beta-2.i386.rpm">lame-3.89beta-2.i386.rpm</a>
|
||||
<li><a href="http://www.vorbis.com/files/rc2/unix/libogg-1.0rc2-2.i386.rpm">libogg-1.0rc2-2.i386.rpm</a>
|
||||
<li><a href="http://www.vorbis.com/files/rc2/unix/libvorbis-1.0rc2-2.i386.rpm">libvorbis-1.0rc2-2.i386.rpm</a>
|
||||
<li><a href="http://prdownloads.sourceforge.net/darkice/lame-3.91-1.i386.rpm">lame-3.91-1.i386.rpm</a>
|
||||
<li><a href="http://www.vorbis.com/files/rc3/unix/libogg-1.0rc3-1.i386.rpm">libogg-1.0rc3-1.i386.rpm</a>
|
||||
<li><a href="http://www.vorbis.com/files/rc3/unix/libvorbis-1.0rc3-1.i386.rpm">libvorbis-1.0rc3-1.i386.rpm</a>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
|
@ -95,8 +95,8 @@ If you like to live on the edge, you can check the
|
|||
<a href="http://www.cvshome.org/">CVS</a> repository by getting module
|
||||
<b>darkice</b> as described
|
||||
<a href="https://sourceforge.net/cvs/?group_id=14111">here</a>.
|
||||
|
||||
|
||||
<p>
|
||||
This page last updated: $Date$.
|
||||
<p align="center">
|
||||
<a href="http://sourceforge.net"><img src="http://sourceforge.net/sflogo.php?group_id=14111&type=1" width="88" height="31" border="0" alt="SourceForge Logo"></a>
|
||||
</p>
|
||||
|
|
Loading…
Reference in New Issue