Opensoundscape

Latest version: v0.12.0

Safety actively analyzes 724004 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 3 of 3

0.6.0

This release represents a significant update to OpenSoundscape and includes changes to the API. It introduces new features and fixes various outstanding issues and bugs.

new feature highlights

- `annotations` module (replaces `raven` module) with new tools for manipulating audio annotations, such as those created in Raven software
- `signal` module for signal processing, including tool for Ruffed Grouse drumming detection
- directly load and predict on long audio files with CNNs without splitting first (splits audio into shorter clips in memory - this eliminates the need to split and save short clips for every long audio file before prediction) - see example in "Predicting with pre-trained CNNs" tutorial
- `Audio.from_file` now loads metadata from audio files into Audio object's `.metadata` dictionary. For files recorded by AudioMoths, this can include a recording timestamp and ambient temperature measurement, among other metadata
- `audiomoth` module assists in parsing AudioMoth recordings' metadata (e.g., ambient temperature and recording time) and file names (to datetime objects)

What's Changed: Pull Requests from Develop branch
* Bring develop "up to date" with master by rhine3 in https://github.com/kitzeslab/opensoundscape/pull/334
* Update contributor instructions by jkitzes in https://github.com/kitzeslab/opensoundscape/pull/356
* Issue 351: model training continuation by sammlapp in https://github.com/kitzeslab/opensoundscape/pull/358
* Misc preprocessing updates by sammlapp in https://github.com/kitzeslab/opensoundscape/pull/338
* Issue 364 dont resample by sammlapp in https://github.com/kitzeslab/opensoundscape/pull/367
* Doc fixes by jkitzes in https://github.com/kitzeslab/opensoundscape/pull/374
* Feat reduced filesize by louisfh in https://github.com/kitzeslab/opensoundscape/pull/377
* Add ruffed grouse detection method by sammlapp in https://github.com/kitzeslab/opensoundscape/pull/380
* Add functionality to split audio while predicting with CNN by sammlapp in https://github.com/kitzeslab/opensoundscape/pull/381
* Add function for ruffed grouse detection by sammlapp in https://github.com/kitzeslab/opensoundscape/pull/384
* Issue 287 moth tools by sammlapp in https://github.com/kitzeslab/opensoundscape/pull/390
* Resolve a few preprocessing/training bugs by sammlapp in https://github.com/kitzeslab/opensoundscape/pull/394
* annotation module by sammlapp in https://github.com/kitzeslab/opensoundscape/pull/386
* Issue 378 ribbit bug by sammlapp in https://github.com/kitzeslab/opensoundscape/pull/389
* Load metadata with Audio.from_file by sammlapp in https://github.com/kitzeslab/opensoundscape/pull/398
* Remove species_table.py module by louisfh in https://github.com/kitzeslab/opensoundscape/pull/396
* Remove commands module by louisfh in https://github.com/kitzeslab/opensoundscape/pull/402
* Update docs modules and fix bugs by sammlapp in https://github.com/kitzeslab/opensoundscape/pull/406
* Issue 294 per-class thresholds for binary predictions by louisfh in https://github.com/kitzeslab/opensoundscape/pull/399
* unpin dependencies and add pywavelets - all tests pass py=3.7 or 3.8 by sammlapp in https://github.com/kitzeslab/opensoundscape/pull/408
* Version 0.6.0 by sammlapp in https://github.com/kitzeslab/opensoundscape/pull/409

New Contributors
* jkitzes made their first contribution in https://github.com/kitzeslab/opensoundscape/pull/356
* louisfh made their first contribution in https://github.com/kitzeslab/opensoundscape/pull/377

**Full Changelog**: https://github.com/kitzeslab/opensoundscape/compare/v0.5.0...v0.6.0

0.5.0

This release represents a significant update to OpenSoundscape and a major change to the OpenSoundscape API. It includes the following features:

* Training with multi-class models
* Customizable CNN parameters:
* learning rate and scheduling
* regularization weight decay
* pretrained weights
* ability to freeze the feature extractor
* Customizable CNN architectures
* pre-supplied classes for ResNet18 and Inceptionv3
* General `PytorchModel` class that can be used with a variety of other provided architectures
* Customizable preprocessing pipelines
* Notebooks documenting the new API and customization

0.4.7

Page 3 of 3

© 2025 Safety CLI Cybersecurity Inc. All Rights Reserved.