[MPlayer-DOCS] r29244 - in trunk: DOCS/man/en/mplayer.1 libaf/af_bs2b.c
bircoph
subversion at mplayerhq.hu
Sun May 3 23:51:37 CEST 2009
Author: bircoph
Date: Sun May 3 23:51:37 2009
New Revision: 29244
Log:
Support for libbs2b ver. 3.0.0 API.
Now filter parameters are highly controllable, virtually all audio
formats are supported, and new profiles are available.
Modified:
trunk/DOCS/man/en/mplayer.1
Changes in other areas also in this revision:
Modified:
trunk/libaf/af_bs2b.c
Modified: trunk/DOCS/man/en/mplayer.1
==============================================================================
--- trunk/DOCS/man/en/mplayer.1 Sun May 3 22:57:37 2009 (r29243)
+++ trunk/DOCS/man/en/mplayer.1 Sun May 3 23:51:37 2009 (r29244)
@@ -5067,10 +5067,26 @@ head shadowing effect.
It is applicable only to 2 channel audio.
.PD 0
.RSs
-.IPs level=<1\-3>
-Set cross feed level, higher level means stronger effect (default: 3).
-.IPs profile=<0\-1>
-Select cross feed profile to use, 1 provides softer sound than 0 (default: 1).
+.IPs fcut=<300\-1000>
+Set cut frequency in Hz.
+.IPs feed=<10\-150>
+Set feed level for low frequencies in 0.1*dB.
+.IPs profile=<value>
+Several profiles are available for convenience:
+.RSs
+default: will be used if nothing else was specified (fcut=700,
+feed=45);
+.br
+cmoy: Chu Moy circuit implementation (fcut=700, feed=60);
+.br
+jmeier: Jan Meier circuit implementation (fcut=650, feed=95).
+.REss
+.PD 1
+.RE
+.sp 1
+.RS
+If fcut or feed options are specified together with a profile, they
+will be applied on top of the selected profile.
.RE
.PD 1
.
More information about the MPlayer-DOCS
mailing list