spek

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

commit df59b4d1e2a45a1b6351889fb713a411d494729f
parent 8a8f9cc87fcc371e4f3fc26a08d149faeb5d54e4
Author: Alexander Kojevnikov <alexander@kojevnikov.com>
Date:   Sat,  2 Apr 2016 20:17:25 -0700

Change the default upper level of the 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 @@ -23,7 +23,7 @@ enum { MIN_RANGE = -140, MAX_RANGE = 0, - URANGE = -20, + URANGE = 0, LRANGE = -120, FFT_BITS = 11, MIN_FFT_BITS = 8,