tfio.audio.split

Split the audio by removing the noise smaller than epsilon.

input An audio Tensor.
axis The axis to trim.
epsilon The max value to be considered as noise.
name A name for the operation (optional).

A tensor of start and stop with shape [..., 2, ...].