asteroid-team / torch-audiomentations

Fast audio data augmentation in PyTorch. Inspired by audiomentations. Useful for deep learning.
MIT License
969 stars 88 forks source link

Compose compatible with non audiomentation transforms #59

Closed mogwai closed 3 years ago

mogwai commented 3 years ago

I was trying to Compose transforms that don't have a sample rate defined in the method declaration and ran into an error.

iver56 commented 3 years ago

Thanks for the fix!