Skip to content

v0.9.0

Compare
Choose a tag to compare
@sammlapp sammlapp released this 28 Apr 14:16
· 837 commits to master since this release
03e8661

Opensoundscape v0.9.0

This release represents a major update to the OpenSoundscape library, including new features, bug fixes, and some breaking changes.

New feature highlights

  • Localization of sounds from time-synchronized recorders with the localization module
  • Class activation mapping in deep learning models with several flavors of GradCAM and guided backpropagation using the cam module or CNN.generate_cams()
  • BoxedAnnotation class now support loading, saving, and manipulating labels (and Raven formatted txt files) for many audio files at once, instead of just one audio file
  • New methods and properties for the Audio class, including .show_widget(), .dBFS, .rms, .from_url(), .normalize(), and .apply_gain()
  • Methods for loading and saving CNN class across OpenSoundscape versions (.save_torch_dict() and .from_torch_dict())

What's Changed

Full Changelog: v0.8.0...v0.9.0