View source on GitHub |
Remix the audio from segments indices.
tfio.audio.remix(
input, axis, indices, name=None
)
Args | |
---|---|
input
|
An audio Tensor. |
axis
|
The axis to trim. |
indices
|
The indices of start, stop of each segments.
|
name
|
A name for the operation (optional). |
Returns | |
---|---|
A tensor of remixed audio. |