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

Fix return type inconsistencies #141

Closed iver56 closed 2 years ago

iver56 commented 2 years ago
Class Is output ObjectDict?
Compose True
Gain False

These should both be False for now (0.11.0) (but should emit a warning)

See also https://github.com/asteroid-team/torch-audiomentations/issues/147

iver56 commented 2 years ago

Fixed in 0963d45e