Skip to content

Commit

Permalink
Update DOCS.md
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbelgium authored Oct 18, 2024
1 parent 2ca05e3 commit cea6e72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion birdnet-pi/DOCS.md
Original file line number Diff line number Diff line change
Expand Up @@ -504,7 +504,7 @@ def set_gain_db(mic_name, gain_db):
return False


def find_fundamental_frequency(fft_freqs, fft_magnitude, min_freq=100, max_freq=5000):
def find_fundamental_frequency(fft_freqs, fft_magnitude, min_freq=1000, max_freq=8000):
"""
Dynamically finds the fundamental frequency within a specified range.
Expand Down

0 comments on commit cea6e72

Please sign in to comment.