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