View source on GitHub |
Decode MP3 audio from input string.
tfio.audio.decode_mp3(
input, shape=None, name=None
)
Args | |
---|---|
input
|
A string Tensor of the audio input.
|
shape
|
The shape of the audio. |
name
|
A name for the operation (optional). |
Returns | |
---|---|
output
|
Decoded audio as tf.float32. |