diff --git a/darkice/branches/darkice-aacp/man/darkice.1 b/darkice/branches/darkice-aacp/man/darkice.1 index 6c59eb3..136a6fe 100644 --- a/darkice/branches/darkice-aacp/man/darkice.1 +++ b/darkice/branches/darkice-aacp/man/darkice.1 @@ -20,6 +20,7 @@ DarkIce can encode in the following formats: * mp2 - using the twolame library * Ogg Vorbis * AAC - using the faac library + * AAC HEv2 - using the libaacplus (3GPP reference code) DarkIce can send the encoded stream to the following streaming servers: @@ -109,10 +110,11 @@ Developed with contributions by Daniel Hazelbaker Alessandro Beretta Roland Hermans + Rafael Diniz .SH LINKS Project homepage: -.I http://darkice.tyrell.hu/ +.I http://darkice.sf.net/ .B IceCast homepage: @@ -142,6 +144,10 @@ homepage: homepage: .I http://www.audiocoding.com/ +.B libaacplus +homepage: +.I http://http://tipok.org.ua/node/17 + .B DarkSnow GTK front-end: .I http://darksnow.radiolivre.org/index.en.html diff --git a/darkice/branches/darkice-aacp/man/darkice.cfg.5 b/darkice/branches/darkice-aacp/man/darkice.cfg.5 index fd1e018..0ab4be0 100644 --- a/darkice/branches/darkice-aacp/man/darkice.cfg.5 +++ b/darkice/branches/darkice-aacp/man/darkice.cfg.5 @@ -228,7 +228,7 @@ Required values: .I format Format of the stream sent to the .B IceCast2 -server. Supported formats are 'vorbis', 'mp3', 'mp2' and 'aac'. +server. Supported formats are 'vorbis', 'mp3', 'mp2', 'aac' and 'aacp'. .TP .I bitrateMode The bit rate mode of the encoding, either "cbr", "abr" or "vbr", @@ -444,7 +444,7 @@ Required values: .TP .I format -Format to encode in. Must be either 'mp3', 'vorbis' or 'aac'. +Format to encode in. Must be either 'mp3', 'mp2', 'vorbis', 'aac' or 'aacp'. .TP .I bitrateMode The bit rate mode of the encoding, either "cbr", "abr" or "vbr",