[xiph-commits] r7434 - in icecast/trunk/ices0: . doc

brendan at motherfish-iii.xiph.org brendan
Thu Aug 5 19:05:23 PDT 2004


Author: brendan
Date: Thu Aug  5 19:05:23 2004
New Revision: 7434

Modified:
icecast/trunk/ices0/NEWS
icecast/trunk/ices0/README
icecast/trunk/ices0/doc/ices.1.in
icecast/trunk/ices0/doc/icesmanual.html
Log:
Document FLAC support.


Modified: icecast/trunk/ices0/NEWS
===================================================================
--- icecast/trunk/ices0/NEWS	2004-07-31 17:49:18 UTC (rev 7433)
+++ icecast/trunk/ices0/NEWS	2004-07-31 18:00:05 UTC (rev 7434)
@@ -1,4 +1,5 @@
-	* MP4 audio support added via libfaad.
+	* FLAC transcoding support.
+	* MP4 transcoding support added via libfaad.
* Crossfader added.
* Tested with LAME 3.96.1
0.3     2003-07-13

Modified: icecast/trunk/ices0/README
===================================================================
--- icecast/trunk/ices0/README	2004-07-31 17:49:18 UTC (rev 7433)
+++ icecast/trunk/ices0/README	2004-07-31 18:00:05 UTC (rev 7434)
@@ -9,7 +9,7 @@
2. Signal Handling
3. Playlist Handling
4. Reencoding
-	 5. Vorbis and MP4 transcoding
+	 5. Vorbis, FLAC and MP4 transcoding
6. Crossfading
D. Configuring
1. Command line options
@@ -94,10 +94,10 @@
init, shutdown, get_next, and get_current_lineno. I suggest
you take a look in the distributed module files and just
expand on that.
-	 5. Vorbis and MP4 transcoding
+	 5. Vorbis, FLAC and MP4 transcoding
If compiled with the appropriate libraries, ices can transcode
-            Ogg Vorbis and MP4 (AAC) audio files to MP3 on the fly. Keep your
-	    sources in whatever format you like best.
+            Ogg Vorbis, FLAC and MP4 (AAC) audio files to MP3 on the fly. Keep
+	    your sources in whatever format you like best.
6. Crossfading
If compiled with reencoding support, ices can also crossfade
between tracks, giving you that pro radio station sound.

Modified: icecast/trunk/ices0/doc/ices.1.in
===================================================================
--- icecast/trunk/ices0/doc/ices.1.in	2004-07-31 17:49:18 UTC (rev 7433)
+++ icecast/trunk/ices0/doc/ices.1.in	2004-07-31 18:00:05 UTC (rev 7434)
@@ -68,8 +68,8 @@
On-the-fly reencoding of your source audio to a different bitrate,
number of channels and/or sample rate. ices can also decode Ogg Vorbis
files and reencode them on the fly as MP3, for the benefit of older
-listening software. This just in: it can transcode MP4 (AAC) files now
-too.
+listening software. This just in: it can transcode FLAC and MP4 (AAC)
+files now too. Keep your sources in whatever format you prefer.
.IP \(bu
Crossfading between tracks. This is a new feature, and requires
reencoding support.

Modified: icecast/trunk/ices0/doc/icesmanual.html
===================================================================
--- icecast/trunk/ices0/doc/icesmanual.html	2004-07-31 17:49:18 UTC (rev 7433)
+++ icecast/trunk/ices0/doc/icesmanual.html	2004-07-31 18:00:05 UTC (rev 7434)
@@ -113,6 +113,8 @@
may also reencode Ogg Vorbis files as MP3 on the fly. This gives you
the opportunity to convert your source files to Ogg Vorbis at your
convenience while still supporting as many listeners as possible.
+Likewise, ices can transcode FLAC and MP4 (AAC) files if you've
+compiled it with FLAC and FAAD libraries, respectively.
<br>
The sample rate, number of channels, etc, will be chosen on the fly by
lame itself, unless you specify something using the -H and -N options.



More information about the commits mailing list