Skip to content

Commit

Permalink
Include Mix, Padding, RandomCrop and SpliceOut in the user-facing API…
Browse files Browse the repository at this point in the history
… to prepare for v0.12.0
  • Loading branch information
iver56 committed Jun 29, 2022
1 parent 62e2f64 commit 57fd377
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions torch_audiomentations/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,15 @@
from .augmentations.identity import Identity
from .augmentations.impulse_response import ApplyImpulseResponse
from .augmentations.low_pass_filter import LowPassFilter
from .augmentations.mix import Mix
from .augmentations.padding import Padding
from .augmentations.peak_normalization import PeakNormalization
from .augmentations.pitch_shift import PitchShift
from .augmentations.polarity_inversion import PolarityInversion
from .augmentations.random_crop import RandomCrop
from .augmentations.shift import Shift
from .augmentations.shuffle_channels import ShuffleChannels
from .augmentations.splice_out import SpliceOut
from .augmentations.time_inversion import TimeInversion
from .core.composition import Compose, SomeOf, OneOf
from .utils.config import from_dict, from_yaml
Expand Down

0 comments on commit 57fd377

Please sign in to comment.