View source on GitHub |
Apply fade in/out to audio.
tfio.audio.fade(
input, fade_in, fade_out, mode, name=None
)
Used in the notebooks
Used in the tutorials |
---|
Args | |
---|---|
input
|
An audio spectogram. |
fade_in
|
Length of fade in. |
fade_out
|
Length of fade out. |
mode
|
Mode of the fade. |
name
|
A name for the operation (optional). |
Returns | |
---|---|
A tensor of audio. |