FS-4073 --resolve

This commit is contained in:
Anthony Minessale 2012-04-09 12:24:36 -05:00
parent 983fda9a93
commit c5c4e3f2e4
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ static int EC = 0;
/* the maximum value for the IIR score [keeps loud & longwinded people from getting overweighted] */
#define SCORE_MAX_IIR 25000
/* the minimum score for which you can be considered to be loud enough to now have the floor */
#define SCORE_IIR_SPEAKING_MAX 3000
#define SCORE_IIR_SPEAKING_MAX 300
/* the threshold below which you cede the floor to someone loud (see above value). */
#define SCORE_IIR_SPEAKING_MIN 100