Skip to content

Latest commit

 

History

History
120 lines (80 loc) · 1.37 KB

api-transforms.rst

File metadata and controls

120 lines (80 loc) · 1.37 KB

audtorch.transforms

The transforms can be provided to :pyaudtorch.datasets as an argument and work on the data before it will be returned.

Note

All of the transforms work currently only with :pynumpy.array as inputs, not :pytorch.Tensor.

audtorch.transforms

Compose

Compose

Crop

Crop

RandomCrop

RandomCrop

Pad

Pad

RandomPad

RandomPad

Replicate

Replicate

RandomReplicate

RandomReplicate

Expand

Expand

Downmix

Downmix

Upmix

Upmix

Remix

Remix

Normalize

Normalize

Standardize

Standardize

Resample

Resample

Spectrogram

Spectrogram

Log

Log

LogSpectrogram

LogSpectrogram

RandomAdditiveMix

RandomAdditiveMix