Replies: 1 comment 6 replies
-
Hi @JP-MCA ! I think this is a fantastic idea - what a great way to utilize technology to make birding more accessible. On the implementation of it, there are two options here:
|
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I would like to propose a new feature.
Actually, I have a hearing impairment which does not allows my ears to catch anything upper than 6500 Hz.
I was not aware that there where so much birds singing in my garden with frequencies upper than 6500 Hz, but I had the prove by looking at birdnet-PI spectrograms.
What a pitty that I could not enjoy of those beautiful songs :-(
But, after having read the thread about bats detection, I come up with the idea that we could add a little tickbox near each spectrogram, to ask ffmpeg to shift frequencies down, which would be an easy manner to allows to ear some birds songs inaccessible for some of us.
In fact, the process is very easy, because we already have ffmpeg onboard of our RPI.
We just have to modify some Python scripts to insert following command for shifting frequencies down:
and that's it. In this case, this is a division by 2 in frequency.
Could someone help me finding the best place to add this new feature in my birdnet-PI instance ?
I could then test it, and possibly send a pull request.
I think that this tickbox should be present near the PLAY button, so that we could activate it or not, whether we want to shift or not.
Beta Was this translation helpful? Give feedback.
All reactions