Bump the default dynamic range

This commit is contained in:
Alexander Kojevnikov 2012-09-25 20:56:09 -07:00
parent bea26c6e24
commit c5c7247d70

View File

@ -46,7 +46,7 @@ enum
MAX_RANGE = 0,
MIN_RANGE = -140,
URANGE = -20,
LRANGE = -100,
LRANGE = -120,
NFFT = 2048,
BANDS = NFFT / 2 + 1,
LPAD = 60,