af_comp, af_center parameter, some af fixes

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15183 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2005-04-16 14:13:35 +00:00
parent 27090defde
commit 4b0331a61d
1 changed files with 21 additions and 5 deletions

View File

@ -3616,15 +3616,22 @@ cutoff frequency (0.0-1.0), default set depending upon filter length
.
.TP
.B sweep[=speed]
sine sweep
Produces a sine sweep.
.PD 0
.RSs
.IPs <speed>
sine function speed
.IPs <0.0\-1.0>
Sine function delta, use very low values to hear the sweep.
.RE
.PD 1
.
.TP
.B comp\ \ \
Compressor/expander filter usable for microphone input.
Prevents artifacts on very loud sound and raises the volume on
very low sound.
This filter is untested, maybe even unusable.
.
.TP
.B hrtf[=flag]
Head-related transfer function: Converts multichannel audio to
2 channel output for headphones, preserving the spatiality of the sound.
@ -3861,11 +3868,20 @@ would add a sub-woofer channel with a cutoff frequency of
.PD 1
.
.TP
.B center
.B center\
Creates a center channel from the front channels.
May currently be low quality as it does not implement a
high-pass filter for proper extracting yet, but averages and
high-pass filter for proper extraction yet, but averages and
halves the channels instead.
.PD 0
.RSs
.IPs <ch>\
Determines the channel number in which to insert the center channel.
Channel number can be between 0 and 5 (default: 5).
Observe that the number of channels will automatically
be increased to <ch> if necessary.
.RE
.PD1
.
.TP
.B surround[=delay]