spek

Acoustic spectrum analyser
git clone http://git.hanabi.in/repos/spek.git
Log | Files | Refs | README

commit c5c7247d70e67b7cc2f3a68908da10317272f1dd
parent bea26c6e249e53137e095210633b74dac9a57fe4
Author: Alexander Kojevnikov <alexander@kojevnikov.com>
Date:   Tue, 25 Sep 2012 20:56:09 -0700

Bump the default dynamic range

Diffstat:
Msrc/spek-spectrogram.cc | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/spek-spectrogram.cc b/src/spek-spectrogram.cc @@ -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,