View source on GitHub |
Apply masking to a spectrogram in the freq domain.
tfio.audio.freq_mask(
input, param, name=None
)
Used in the notebooks
Used in the tutorials |
---|
Args | |
---|---|
input
|
An audio spectogram. |
param
|
Parameter of freq masking. |
name
|
A name for the operation (optional). |
Returns | |
---|---|
A tensor of spectrogram. |