Home | History | Annotate | Download | only in audio

Lines Matching refs:trim_data

657 def trim_data(data, threshold=0):
662 E.g. trim_data([0.0, 0.1, 0.2, 0.3, 0.2, 0.1, 0.0], 0.2) =
701 trimmed_test_data, end_trimmed_length = trim_data(test_data)