tfio.audio.decode_flac

Decode Flac audio from input string.

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).

output Decoded audio.