Skip to content

v1.3.3

Compare
Choose a tag to compare
@mbsantiago mbsantiago released this 04 Jan 18:22
· 90 commits to main since this release

Release v1.3.3 Notes

Changes

  • Dependency Update:
    • Removed librosa as a dependency due to its inclusion of numba.

Functionality

  • Function Extraction:

    • Extracted and implemented specific functions directly into the soundevent package from the librosa.core.spectrum module.

    The following functions have been included:

    • amplitude_to_db
    • db_to_amplitude
    • db_to_power
    • pcen

    This modification allows users to benefit from these functions without the need for the entire librosa library.

Acknowledgements

Special thanks to the librosa development team for their original work and contributions.