tfio.audio.dbscale

Turn spectrogram into db scale

Used in the notebooks

Used in the tutorials

input A spectrogram Tensor.
top_db Minimum negative cut-off max(10 * log10(S)) - top_db
name A name for the operation (optional).

A tensor of mel spectrogram with shape [frames, mels].