audiomentations icon indicating copy to clipboard operation
audiomentations copied to clipboard

add `__repr__` and `__str__` methods for `Compose` etc

Open aaprasad opened this issue 1 year ago • 1 comments

albumentations has a nice __repr__ and __str__ for their Compose class that shows the augmentations being used. Would be nice to have the same thing in Compose instead of the generic <audiomentations.core.composition.Compose object at 0x15546be0cdf0>

aaprasad avatar Jun 22 '23 15:06 aaprasad

Good suggestion

iver56 avatar Jun 22 '23 16:06 iver56