View source on GitHub |
Turn spectrogram into db scale
tfio.audio.dbscale(
input, top_db, name=None
)
Used in the notebooks
Used in the tutorials |
---|
Args | |
---|---|
input
|
A spectrogram Tensor. |
top_db
|
Minimum negative cut-off max(10 * log10(S)) - top_db
|
name
|
A name for the operation (optional). |
Returns | |
---|---|
A tensor of mel spectrogram with shape [frames, mels]. |