lhotse-speech / lhotse

Tools for handling speech data in machine learning projects.
https://lhotse.readthedocs.io/en/latest/
Apache License 2.0
935 stars 214 forks source link

select a random sub-region of the noise based on the delta duration #1317

Closed osadj closed 5 months ago

osadj commented 6 months ago

For cut mixing, we select a random sub-region of the noise (if the noise duration supports) based on the delta duration needed to reach the target duration.

pzelasko commented 5 months ago

Thanks!