for release 0.16
This commit is contained in:
parent
f721873c90
commit
ca836b1dcb
|
@ -37,6 +37,7 @@ DarkIce can encode in the following formats:
|
|||
<li>mp3 - using the <a href="http://www.mp3dev.org/mp3">lame</a>
|
||||
library</li>
|
||||
<li><a href="http://www.xiph.org/ogg/vorbis/">Ogg Vorbis</a></li>
|
||||
<li><a href="http://www.audiocoding.com/">faac</a></li>
|
||||
</ul>
|
||||
<br>
|
||||
DarkIce can send the encoded stream to the following streaming servers:
|
||||
|
@ -64,7 +65,7 @@ DarkIce is under development. While still considered beta, it has
|
|||
been used since fall 2000 in <a href="http://tilos.hu/">production</a>
|
||||
24 hours per day.
|
||||
<br>
|
||||
The latest version is <b>0.15</b>, check out the
|
||||
The latest version is <b>0.16</b>, check out the
|
||||
<a href="ChangeLog">ChangeLog</a>.
|
||||
<br>
|
||||
Rafael Diniz is wrting a GTK front-end for DarkIce, called
|
||||
|
@ -92,16 +93,19 @@ I also provided lame packages, which are needed by DarkIce, but you can
|
|||
use your own lame libs if you like.
|
||||
<p>
|
||||
Download the source tarball
|
||||
<a href="http://prdownloads.sourceforge.net/darkice/darkice-0.15.tar.gz">darkice-0.15.tar.gz</a>
|
||||
<a href="http://prdownloads.sourceforge.net/darkice/darkice-0.16.tar.gz">darkice-0.16.tar.gz</a>
|
||||
and compile it. You will also need
|
||||
<a href="http://lame.sourceforge.net/download/download.html">lame</a>
|
||||
(version 3.89 or above) and
|
||||
(version 3.89 or above),
|
||||
<a href="http://www.vorbis.com/download.psp">Ogg Vorbis</a>
|
||||
and
|
||||
<a href="http://www.audiocoding.com/modules/mydownloads/">faac</a>
|
||||
libs. I used the following libs:
|
||||
<ul>
|
||||
<li><a href="http://prdownloads.sourceforge.net/lame/lame-3.96.1.tar.gz?download">lame-3.96.1.tar.gz</a>
|
||||
<li><a href="http://www.vorbis.com/files/1.0.1/unix/libogg-1.1.tar.gz">libogg-1.1.tar.gz</a>
|
||||
<li><a href="http://www.vorbis.com/files/1.0.1/unix/libvorbis-1.0.1.tar.gz">libvorbis-1.0.1.tar.gz</a>
|
||||
<li><a href="http://prdownloads.sourceforge.net/lame/lame-3.96.1.tar.gz?download">lame-3.96.1.tar.gz</a></li>
|
||||
<li><a href="http://www.vorbis.com/files/1.0.1/unix/libogg-1.1.tar.gz">libogg-1.1.tar.gz</a></li>
|
||||
<li><a href="http://www.vorbis.com/files/1.0.1/unix/libvorbis-1.0.1.tar.gz">libvorbis-1.0.1.tar.gz</a></li>
|
||||
<li><a href="http://prdownloads.sourceforge.net/faac/faac-1.24.zip?download">faac-1.24.zip</a></li>
|
||||
</ul>
|
||||
<p>
|
||||
If you like to live on the edge, you can check the
|
||||
|
|
Loading…
Reference in New Issue