v1.3.3
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.