Demo
Chapters
Core modules
Helpers
Advanced topics
Meta information
ttslearn.util.
trim_silence
Trim silence from input features.
feats (np.ndarray) – input features
labels (np.ndarray) – labels
start_sec (float, optional) – start time of the trim
end_sec (float, optional) – end time of the trim
shift_sec (float, optional) – shift of the trim
trimmed features
np.ndarray