View source on GitHub |
Encode WAV audio into string.
tfio.audio.encode_wav(
input, rate, name=None
)
Args | |
---|---|
input
|
A Tensor of the audio input.
|
rate
|
The sample rate of the audio. |
name
|
A name for the operation (optional). |
Returns | |
---|---|
output
|
Encoded audio. |