tfio.audio.spectrogram

Create spectrogram from audio.

Used in the notebooks

Used in the tutorials

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).

A tensor of spectrogram.