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
Right now we are not checking for the sampling rate of any of the files until we call add_noise or generate_condition, but ideally we should make all files have the same fs when they are added to a dataset. However, this brings another issue: if the dataset is too large, we cannot store these resampled files in memory, so we would need to save them somewhere else.
The text was updated successfully, but these errors were encountered:
Right now we are not checking for the sampling rate of any of the files until we call
add_noise
orgenerate_condition
, but ideally we should make all files have the same fs when they are added to a dataset. However, this brings another issue: if the dataset is too large, we cannot store these resampled files in memory, so we would need to save them somewhere else.The text was updated successfully, but these errors were encountered: