for version 0.9
This commit is contained in:
parent
c11b97d42e
commit
841a23985b
|
@ -1,3 +1,14 @@
|
|||
28-03-2002: DarkIce 0.9 released
|
||||
|
||||
o added possibility to simply read from the soundcard, encode, and
|
||||
save the encoded data into a local file (no streaming server needed)
|
||||
o added variable bitrate support for vorbis streams
|
||||
o support for both rc2 and rc3 versions of vorbis libraries
|
||||
o added support for resampling when encoding to vorbis
|
||||
thanks to the OSALP project for the resampling class,
|
||||
http://osalp.sourceforge.net/ and
|
||||
Julius O. Smith, <jos@ccrma.stanford.edu> for the original code
|
||||
|
||||
20-02-2002: DarkIce 0.8 released
|
||||
|
||||
o added possibility to disable lowpass and highpass filtering for lame
|
||||
|
|
|
@ -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.8</b>, check out the
|
||||
The latest version is <b>0.9</b>, check out the
|
||||
<a href="ChangeLog">ChangeLog</a>.
|
||||
|
||||
<h2>3. Download</h2>
|
||||
|
@ -63,7 +63,7 @@ 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.8.tar.gz">darkice-0.8.tar.gz</a>
|
||||
<a href="http://prdownloads.sourceforge.net/darkice/darkice-0.9.tar.gz">darkice-0.9.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
|
||||
|
@ -76,7 +76,7 @@ You can either
|
|||
</ul>
|
||||
</li>
|
||||
<li>Get the RPM package
|
||||
<a href="http://prdownloads.sourceforge.net/darkice/darkice-0.8-1.i386.rpm">darkice-0.8-1.i386.rpm</a>,
|
||||
<a href="http://prdownloads.sourceforge.net/darkice/darkice-0.9-1.i386.rpm">darkice-0.9-1.i386.rpm</a>,
|
||||
install & enjoy.
|
||||
Also install
|
||||
<a href="http://www.mp3dev.org/mp3/download/download.html">lame</a>
|
||||
|
|
Loading…
Reference in New Issue