iver56 / audiomentations

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

Use ValueError instead of AssertionError in case of invalid parameter… #298

Closed iver56 closed 1 year ago

iver56 commented 1 year ago

… combinations in Mp3Compression. Make param validation more strict.