transform_frequencymasking: Frequency-domain Masking

transform_frequencymaskingR Documentation

Frequency-domain Masking

Description

Apply masking to a spectrogram in the frequency domain.

Usage

transform_frequencymasking(freq_mask_param, iid_masks)

Arguments

freq_mask_param

(int): maximum possible length of the mask. Indices uniformly sampled from [0, freq_mask_param).

iid_masks

(bool, optional): whether to apply different masks to each example/channel in the batch. (Default: FALSE) This option is applicable only when the input tensor is 4D.

Value

not implemented yet.


curso-r/torchaudio documentation built on May 4, 2023, 2:27 a.m.