asteroid-team / torch-audiomentations

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

Adding 'Mix' is giving an error. #146

Open devesh-k opened 2 years ago

devesh-k commented 2 years ago

Adding "Mix" to the transformation pipeline gives an error. Is it no longer supported?

iver56 commented 2 years ago

Mix isn't officially released yet, but if you install torch-audiomentations from github (master branch) instead of PyPI, you may get it to work.

Creating a release is on my TODO list. Thanks for the patience 😃