View source on GitHub |
Create spectrogram from audio.
tfio.audio.spectrogram(
input, nfft, window, stride, name=None
)
Used in the notebooks
Used in the tutorials |
---|
Args | |
---|---|
input
|
An 1-D audio signal Tensor. |
nfft
|
Size of FFT. |
window
|
Size of window. |
stride
|
Size of hops between windows. |
name
|
A name for the operation (optional). |
Returns | |
---|---|
A tensor of spectrogram. |