From 17edd3cf128bc7a0d0c49823534e66bc4e72cdbb Mon Sep 17 00:00:00 2001 From: diego Date: Thu, 28 Apr 2005 23:08:16 +0000 Subject: [PATCH] af_volnorm method suboption patch by Thierry Reding < thierry at doppeltgemoppelt dot de > git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15288 b3059339-0415-0410-9bf9-f77b7e298cf2 --- DOCS/man/en/mplayer.1 | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/DOCS/man/en/mplayer.1 b/DOCS/man/en/mplayer.1 index 46e1379da4..32d6e31ce3 100644 --- a/DOCS/man/en/mplayer.1 +++ b/DOCS/man/en/mplayer.1 @@ -3985,8 +3985,21 @@ unchanged, with -1.0 left and right channels will be swapped. .PD 1 . .TP -.B volnorm +.B volnorm[=method] Maximizes the volume without distorting the sound. +.PD 0 +.RSs +.IPs +Sets the used method. +.RSss +1: Use a single sample to smooth the variations via the standard +weighted mean over past samples (default). +.br +2: Use several samples to smooth the variations via the standard +weighted mean over past samples. +.REss +.RE +.PD 1 . .TP .B ladspa=file:label[:controls...]