joeweiss / birdnetlib

A python api for BirdNET-Lite and BirdNET-Analyzer
https://joeweiss.github.io/birdnetlib/
Apache License 2.0
40 stars 13 forks source link

Fix issue reading audio data with LargeRecordingAnalyzer #113

Closed joeweiss closed 4 months ago

joeweiss commented 4 months ago

Issue caused by using librosa.load's default resample type in the LargeRecording class' chunked audio reader. res_type is now explicitly set to kaiser_fast.