BirdSet icon indicating copy to clipboard operation
BirdSet copied to clipboard

EAT Augmentations

Open raphaelschwinger opened this issue 2 years ago • 0 comments

EAT adds some costume augementations which are not available in torch audiomentations. We could add them:

  • tmask: Not present in torch-audiomentations, adding it in our repo is difficult since we can not use torch-audiomentations test code -> forked the repo ; currently learning how to do the augmentation in parallel in the batch and on the gpu, I guess that's important for speed...
  • ampsegment
  • cycshift

raphaelschwinger avatar Jan 26 '24 08:01 raphaelschwinger