diff cfg-mplayer.h @ 5063:be67d073f23b

Added soft clipping for software volume control
author anders
date Wed, 13 Mar 2002 12:32:42 +0000
parents 534167719e91
children f992a01ecc0d
line wrap: on
line diff
--- a/cfg-mplayer.h	Wed Mar 13 12:11:21 2002 +0000
+++ b/cfg-mplayer.h	Wed Mar 13 12:32:42 2002 +0000
@@ -112,6 +112,7 @@
 	{"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},
+	{"softclip", &ao_plugin_cfg.pl_volume_softclip, CONF_TYPE_FLAG, 0, 0, 1, NULL},
 	{NULL, NULL, 0, 0, 0, 0, NULL}
 };