diff --git a/website/trunk/htdocs/ChangeLog b/website/trunk/htdocs/ChangeLog index a62e76b..f080616 100644 --- a/website/trunk/htdocs/ChangeLog +++ b/website/trunk/htdocs/ChangeLog @@ -1,3 +1,16 @@ +14-04-2005 DarkIce 0.15 released + + o ported to OpenBSD and NetBSD, though real-time scheduling not supported, + since it is not implemented in OpenBSD / NetBSD + o added possibility to downsample from stereo to mono when encoding + to Ogg Vorbis, thanks to Deti Fliegl, + o added support for Jack inputs, enabling a lot of interesting usage, + including support for MacOS X. + Thanks to Nicholas J. Humfrey + o various improvements by Joel Ebel + o added option to turn off automatic reconnect feature + o added IPv6 support, thanks to + 15-02-2004: DarkIce 0.14 released o added ALSA support, thanks to Christian Forster diff --git a/website/trunk/htdocs/index.html b/website/trunk/htdocs/index.html index 5d614d4..c1d6d43 100644 --- a/website/trunk/htdocs/index.html +++ b/website/trunk/htdocs/index.html @@ -28,12 +28,29 @@ into mp3 and/or Ogg Vorbis, and sends the streams to one or more IceCast, ShoutCast and/or IceCast2 servers. - +
DarkIce uses lame as a shared object as its mp3 encoder, and the Ogg Vorbis libs as its Ogg Vorbis encoder.
+DarkIce can record from: +
    +
  • OSS audio devices
  • +
  • ALSA audio devices
  • +
  • Solaris audio interface
  • +
  • Jack sources
  • +
+
+Darkice runs on the following operating systems: +
    +
  • FreeBSD
  • +
  • Linux on intel and PowerPC
  • +
  • MacOS X
  • +
  • NetBDS / OpenBSD
  • +
  • SUN Solaris
  • +
+
DarkIce is being written by Ákos Maróy @@ -42,7 +59,7 @@ DarkIce is under development. While still considered beta, it has been used since fall 2000 in production 24 hours per day.
-The latest version is 0.14, check out the +The latest version is 0.15, check out the ChangeLog.
Rafael Diniz is wrting a GTK front-end for DarkIce, called @@ -69,36 +86,18 @@ You can download DarkIce releases from the project's I also provided lame packages, which are needed by DarkIce, but you can use your own lame libs if you like.

-You can either -

+Download the source tarball + darkice-0.15.tar.gz + and compile it. You will also need + lame + (version 3.89 or above) and + Ogg Vorbis + libs. I used the following libs: +

If you like to live on the edge, you can check the CVS repository by getting module