Skip to content

Commit

Permalink
Lower noise floor works better for low frequencies of some acoustic g…
Browse files Browse the repository at this point in the history
…uitars
  • Loading branch information
reinerh committed Aug 13, 2017
1 parent ca76a5a commit e231ab8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tuner.c
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
#define FFT_SIZE (1<<13)

#define ACCURACY 1.0 // Hz
#define NOISE_FLOOR 30
#define NOISE_FLOOR 10
#define MIN_FREQ 10.0 // Hz

#define FFT_INDEX_TO_FREQ(i) ((float)i * SAMPLE_RATE / FFT_SIZE)
Expand Down

0 comments on commit e231ab8

Please sign in to comment.