woheller69 / whoBIRD

Identify bird sounds in real time with this Android version of BirdNET. Bird sound recognition for more than 6,000 species worldwide.
GNU General Public License v3.0
249 stars 13 forks source link

Recognize from a local file #53

Open linsui opened 2 weeks ago

linsui commented 2 weeks ago

Currently it can only use real-time record. Can you add a feature so that it can use a local file? Thanks!

woheller69 commented 2 weeks ago

you can use a music player which runs in background and plays via your speakers and switch on whoBIRD.

linsui commented 2 weeks ago

Yes, but it would be better to load the file directly...

woheller69 commented 2 weeks ago

I know, but then you have to handle .wav, .mp3, .opus, etc Everyone will request a different format...

linsui commented 2 weeks ago

Yes, right, but I thought most users only need what Android supports anyway. :)

woheller69 commented 2 weeks ago

I marked it as enhancement. Maybe in future...

linsui commented 2 weeks ago

Thanks!