You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
auglib.transform.BabbleNoise can be used with a list of speech files from which it will load the speech in order to generate the random speech noise. When the speech files are very long this is inefficient as it will need to load the whole file even if only a short portion is needed in the end. We should update this behavior and read in only the portion that is needed.
The text was updated successfully, but these errors were encountered:
auglib.transform.BabbleNoise
can be used with a list of speech files from which it will load the speech in order to generate the random speech noise. When the speech files are very long this is inefficient as it will need to load the whole file even if only a short portion is needed in the end. We should update this behavior and read in only the portion that is needed.The text was updated successfully, but these errors were encountered: