Skip to content

Commit

Permalink
Change the default upper level of the dynamic range
Browse files Browse the repository at this point in the history
  • Loading branch information
alexkay committed Apr 3, 2016
1 parent 8a8f9cc commit df59b4d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/spek-spectrogram.cc
Expand Up @@ -23,7 +23,7 @@ enum
{
MIN_RANGE = -140,
MAX_RANGE = 0,
URANGE = -20,
URANGE = 0,
LRANGE = -120,
FFT_BITS = 11,
MIN_FFT_BITS = 8,
Expand Down

0 comments on commit df59b4d

Please sign in to comment.