Skip to content

augment.preprocess

RemoveType

class fastaudio.augment.preprocess.RemoveType(value, names=None, *, module=None, qualname=None, type=None, start=1)

All methods of removing silence as attributes to get tab-completion and typo-proofing

All

All methods of removing silence as attributes to get tab-completion and typo-proofing

Split

All methods of removing silence as attributes to get tab-completion and typo-proofing

Trim

All methods of removing silence as attributes to get tab-completion and typo-proofing

RemoveSilence

class fastaudio.augment.preprocess.RemoveSilence(self, remove_type=, threshold=20, pad_ms=20)

Split signal at points of silence greater than 2*pad_ms

Resample

class fastaudio.augment.preprocess.Resample(self, sr_new)

Resample using faster polyphase technique and avoiding FFT computation