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

Don't calculate heavy room parameters if augmentation is not going to be applied #336

Closed qwaker00 closed 2 months ago

qwaker00 commented 2 months ago

For small p it will save a lot of time.

iver56 commented 2 months ago

Great! Thanks for your contribution