diff cfg-mplayer.h @ 4927:3022570ad7d4

Extrastereo plugin: increases linearly the difference between left and right channels (as the XMMS extrastereo plugin) which has some of "live" effect (use it to hear what I mean) ex: mplayer media.avi -aop list=extrastereo[:mul=3.4] The default coefficient (mul) is a float number that defaults to 2.5. If you set it to 0.0, you will have a mono sound (average of both channels), if you set it to 1.0, you will have unchanged sound. A patch for DOCS/sound.html is about to be sent to Gabucino.
author pl
date Sun, 03 Mar 2002 14:17:53 +0000
parents 30798db9527f
children 534167719e91
line wrap: on
line diff
--- a/cfg-mplayer.h	Sun Mar 03 13:48:49 2002 +0000
+++ b/cfg-mplayer.h	Sun Mar 03 14:17:53 2002 +0000
@@ -107,6 +107,7 @@
 	{"format", &ao_plugin_cfg.pl_format_type, CONF_TYPE_INT, CONF_MIN, 0, 0, NULL},
 	{"fout", &ao_plugin_cfg.pl_resample_fout, CONF_TYPE_INT, CONF_MIN, 0, 0, NULL},
 	{"volume", &ao_plugin_cfg.pl_volume_volume, CONF_TYPE_INT, CONF_RANGE, 0, 255, NULL},
+	{"mul", &ao_plugin_cfg.pl_extrastereo_mul, CONF_TYPE_FLOAT, CONF_MIN, 0, 0, NULL},
 	{NULL, NULL, 0, 0, 0, 0, NULL}
 };