View source on GitHub |
Split the audio by removing the noise smaller than epsilon.
tfio.audio.split(
input, axis, epsilon, name=None
)
Args | |
---|---|
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). |
Returns | |
---|---|
A tensor of start and stop with shape [..., 2, ...] .
|