added clarification to highpass and lowpass config values
This commit is contained in:
parent
02870bc21a
commit
e3e872e85a
|
@ -173,14 +173,16 @@ the localDumpFile name before its extension or at the end of file name if
|
||||||
no extension present
|
no extension present
|
||||||
.TP
|
.TP
|
||||||
.I lowpass
|
.I lowpass
|
||||||
Lowpass filter setting for the lame encoder. If not set or set to 0,
|
Lowpass filter setting for the lame encoder, in Hz. Frequencies above
|
||||||
the encoder's default behaviour is used. If set to -1, the filter is
|
the specified value will be cut.
|
||||||
disabled.
|
If not set or set to 0, the encoder's default behaviour is used.
|
||||||
|
If set to -1, the filter is disabled.
|
||||||
.TP
|
.TP
|
||||||
.I highpass
|
.I highpass
|
||||||
Highpass filter setting for the lame encoder. If not set or set to 0,
|
Highpass filter setting for the lame encoder, in Hz. Frequencies below
|
||||||
the encoder's default behaviour is used. If set to -1, the filter is
|
the specified value will be cut.
|
||||||
disabled.
|
If not set or set to 0, the encoder's default behaviour is used.
|
||||||
|
If set to -1, the filter is disabled.
|
||||||
|
|
||||||
.PP
|
.PP
|
||||||
.B [icecast2-x]
|
.B [icecast2-x]
|
||||||
|
@ -283,6 +285,21 @@ server to this local file.
|
||||||
"yes" or "no" if you want to automaticaly insert a date string in
|
"yes" or "no" if you want to automaticaly insert a date string in
|
||||||
the localDumpFile name before its extension or at the end of file name if
|
the localDumpFile name before its extension or at the end of file name if
|
||||||
no extension present
|
no extension present
|
||||||
|
.TP
|
||||||
|
.I lowpass
|
||||||
|
Lowpass filter setting for the lame encoder, in Hz. Frequencies above
|
||||||
|
the specified value will be cut.
|
||||||
|
If not set or set to 0, the encoder's default behaviour is used.
|
||||||
|
If set to -1, the filter is disabled.
|
||||||
|
Only has effect if the mp3 format is used.
|
||||||
|
.TP
|
||||||
|
.I highpass
|
||||||
|
Highpass filter setting for the lame encoder, in Hz. Frequencies below
|
||||||
|
the specified value will be cut.
|
||||||
|
If not set or set to 0, the encoder's default behaviour is used.
|
||||||
|
If set to -1, the filter is disabled.
|
||||||
|
Only has effect if the mp3 format is used.
|
||||||
|
|
||||||
.PP
|
.PP
|
||||||
.B [shoutcast-x]
|
.B [shoutcast-x]
|
||||||
|
|
||||||
|
@ -360,14 +377,16 @@ AIM information related to the stream
|
||||||
ICQ information related to the stream
|
ICQ information related to the stream
|
||||||
.TP
|
.TP
|
||||||
.I lowpass
|
.I lowpass
|
||||||
Lowpass filter setting for the lame encoder. If not set or set to 0,
|
Lowpass filter setting for the lame encoder, in Hz. Frequencies above
|
||||||
the encoder's default behaviour is used. If set to -1, the filter is
|
the specified value will be cut.
|
||||||
disabled.
|
If not set or set to 0, the encoder's default behaviour is used.
|
||||||
|
If set to -1, the filter is disabled.
|
||||||
.TP
|
.TP
|
||||||
.I highpass
|
.I highpass
|
||||||
Highpass filter setting for the lame encoder. If not set or set to 0,
|
Highpass filter setting for the lame encoder, in Hz. Frequencies below
|
||||||
the encoder's default behaviour is used. If set to -1, the filter is
|
the specified value will be cut.
|
||||||
disabled.
|
If not set or set to 0, the encoder's default behaviour is used.
|
||||||
|
If set to -1, the filter is disabled.
|
||||||
.TP
|
.TP
|
||||||
.I localDumpFile
|
.I localDumpFile
|
||||||
Dump the same mp3 data sent to the
|
Dump the same mp3 data sent to the
|
||||||
|
@ -420,15 +439,17 @@ to the value of the input sample rate.
|
||||||
Only used if the output format is mp3.
|
Only used if the output format is mp3.
|
||||||
.TP
|
.TP
|
||||||
.I lowpass
|
.I lowpass
|
||||||
Lowpass filter setting for the lame encoder. If not set or set to 0,
|
Lowpass filter setting for the lame encoder, in Hz. Frequencies above
|
||||||
the encoder's default behaviour is used. If set to -1, the filter is
|
the specified value will be cut.
|
||||||
disabled.
|
If not set or set to 0, the encoder's default behaviour is used.
|
||||||
|
If set to -1, the filter is disabled.
|
||||||
Only used if the output format is mp3.
|
Only used if the output format is mp3.
|
||||||
.TP
|
.TP
|
||||||
.I highpass
|
.I highpass
|
||||||
Highpass filter setting for the lame encoder. If not set or set to 0,
|
Highpass filter setting for the lame encoder, in Hz. Frequencies below
|
||||||
the encoder's default behaviour is used. If set to -1, the filter is
|
the specified value will be cut.
|
||||||
disabled.
|
If not set or set to 0, the encoder's default behaviour is used.
|
||||||
|
If set to -1, the filter is disabled.
|
||||||
Only used if the output format is mp3.
|
Only used if the output format is mp3.
|
||||||
|
|
||||||
.PP
|
.PP
|
||||||
|
|
Loading…
Reference in New Issue