Releases: OSU-Bee-Lab/buzzdetect
Releases · OSU-Bee-Lab/buzzdetect
buzzdetect 1.0.1 - now with DOI!
This release mainly serves to generate a DOI via Zenodo.
Updates since 1.0 are minor, but include some bugfixes for handling corrupted MP3 files, better estimation of analysis rate,
What's Changed
- Fixed link to documentation by @realjunderwood in #12
New Contributors
- @realjunderwood made their first contribution in #12
Full Changelog: v1.0...v1.0.1
buzzdetect v1.0 — buzzdetect is live!
Introducing the first production release of buzzdetect! Analysis and training are tested and working and documentation is up-to-date.
buzzdetect gains mp3 processing capability; a pre-release
buzzdetect is new! It's improved! It's mostly untested! But command-line access to the analyze function is operational, so that seems worthy of a prerelease.
New features
- Can analyze mp3 files of any length by chunking into temporary wav files that are deleted after analysis (chunk length specifiable as a number of hours by the --chunkLength option)
- Clones directory structure from input directory to output directory
- That's about it, but it took a dickens of a time to get there.
BuzzDetect 0.1
The first (pre)-release of BuzzDetect! Model training and analysis are operational via CLI. README is up to date. We're not production ready but we are running, technically!