added aac format description to config file man page
This commit is contained in:
parent
584954663a
commit
c1d50251c3
|
@ -209,7 +209,7 @@ Required values:
|
||||||
.I format
|
.I format
|
||||||
Format of the stream sent to the
|
Format of the stream sent to the
|
||||||
.B IceCast2
|
.B IceCast2
|
||||||
server. Supported formats are 'vorbis' and 'mp3'.
|
server. Supported formats are 'vorbis', 'mp3' and 'aac'.
|
||||||
.TP
|
.TP
|
||||||
.I bitrateMode
|
.I bitrateMode
|
||||||
The bit rate mode of the encoding, either "cbr", "abr" or "vbr",
|
The bit rate mode of the encoding, either "cbr", "abr" or "vbr",
|
||||||
|
@ -409,7 +409,7 @@ Required values:
|
||||||
|
|
||||||
.TP
|
.TP
|
||||||
.I format
|
.I format
|
||||||
Format to encode in. Must be either 'mp3' or 'vorbis'.
|
Format to encode in. Must be either 'mp3', 'vorbis' or 'aac'.
|
||||||
.TP
|
.TP
|
||||||
.I bitrateMode
|
.I bitrateMode
|
||||||
The bit rate mode of the encoding, either "cbr", "abr" or "vbr",
|
The bit rate mode of the encoding, either "cbr", "abr" or "vbr",
|
||||||
|
|
Loading…
Reference in New Issue