iver56 / audiomentations

A Python library for audio data augmentation. Inspired by albumentations. Useful for machine learning.
https://iver56.github.io/audiomentations/
MIT License
1.76k stars 183 forks source link

Use numpy.typing #295

Closed iver56 closed 10 months ago

iver56 commented 11 months ago

https://numpy.org/doc/stable/reference/typing.html#numpy.typing.NDArray

This requires us to bump the numpy dependency to >= 1.21. 1.21 was released June 22, 2021