View source on GitHub |
Decode Flac audio from input string.
tfio.audio.decode_flac(
input, shape=None, dtype=None, name=None
)
Args | |
---|---|
input
|
A string Tensor of the audio input.
|
shape
|
The shape of the audio. |
dtype
|
The data type of the audio, only tf.uint8, tf.int16 and tf.int32 are supported. |
name
|
A name for the operation (optional). |
Returns | |
---|---|
output
|
Decoded audio. |