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

Mix, Padding and RandomCrop missing from torch_audiomentations/__init__ #177

Open austinpatrickm opened 4 months ago

austinpatrickm commented 4 months ago

Hi asteroid-team,

could you please add Mix, Padding and RandomCrop to the following:

https://github.com/asteroid-team/torch-audiomentations/blob/main/torch_audiomentations/__init__.py

Or is there a reason they're not there?

Thanks!

iver56 commented 4 months ago

Hi austinpatrickm. They aren't polished/finished, so that's why they aren't exposed in the official API at the moment.