mirror of
https://github.com/asterisk/asterisk.git
synced 2025-09-04 11:58:52 +00:00
Lower default volume
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@3504 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
2
dsp.c
2
dsp.c
@@ -79,7 +79,7 @@ static struct progress {
|
||||
{ GSAMP_SIZE_CR, { 425 } },
|
||||
};
|
||||
|
||||
#define DEFAULT_THRESHOLD 1024
|
||||
#define DEFAULT_THRESHOLD 512
|
||||
|
||||
#define BUSY_PERCENT 10 /* The percentage diffrence between the two last silence periods */
|
||||
#define BUSY_THRESHOLD 100 /* Max number of ms difference between max and min times in busy */
|
||||
|
Reference in New Issue
Block a user