changeset 18084:6a56ae7837b1

Document sinesupress audio filter, thanks to the help of Michael Niedermayer and Jan Knutar.
author gpoirier
date Thu, 13 Apr 2006 21:25:37 +0000
parents b069afd2a0de
children cf861a0c08a1
files DOCS/man/en/mplayer.1
diffstat 1 files changed, 17 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/DOCS/man/en/mplayer.1	Thu Apr 13 16:49:56 2006 +0000
+++ b/DOCS/man/en/mplayer.1	Thu Apr 13 21:25:37 2006 +0000
@@ -4069,6 +4069,23 @@
 .PD 1
 .
 .TP
+.B sinesupress[=freq:delay]
+Remove a sine at the specified frequency.
+Usefull to get rid of the 50/60hz noise on low quality audio equipment.
+It probably only works on mono input.
+.PD 0
+.RSs
+.IPs <freq>
+The frequency of the sine which should be removed (in Hz) (default: 50) 
+.IPs <decay>
+Controls the adaptivity (a larger value will make the filter adapt to
+amplitude and phase changes quicker, a smaller value will make the
+adaptation slower) (default: 0.0001).
+Reasonable values are around 0.001.
+.RE
+.PD 1
+.
+.TP
 .B hrtf[=flag]
 Head-related transfer function: Converts multichannel audio to
 2 channel output for headphones, preserving the spatiality of the sound.