Closed tphakala closed 5 months ago
[!NOTE] Currently processing new changes in this PR. This may take a few minutes, please wait...
Commits
Files that changed from the base of the PR and between 2a3f74f2e62120db12bd85c69d240f4c0d6b3875 and dfc92905dd31118e29a18d2c19b5b9eeb28938e1.Files selected for processing (4)
* internal/analysis/realtime.go (1 hunks) * internal/conf/config.yaml (1 hunks) * internal/conf/validate.go (1 hunks) * internal/myaudio/buffers.go (2 hunks)______________________________________________________________________________________________________________________ < Measuring programming progress by lines of code is like measuring aircraft building progress by weight. - Bill Gates > ---------------------------------------------------------------------------------------------------------------------- \ \ (\__/) (•ㅅ•) / づ
Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media?
Previously overlap for realtime process was fixed to 1.5 seconds, now it is set by birdnet.overlap setting which now defaults to 1.5 if it is not set. Setting value is validated to be in range of 0 to 2.9 (seconds).
Overlap has impact on detection accuracy, higher overlap causes more samples to be taken of each 3 second chunks analysed by BirdNET AI model. Overlap setting higher than 1.5 is not recommended for realtime use due to increase in CPU usage.