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
The Predict class does not account for the possibility of different sampling rates between the model and the recording. For example, when obtaining a recording using get_full_record, it is resampled from frequency to frequency trained_freq. But from the code it follows that these values coincide, that is, no resampling occurs.
The text was updated successfully, but these errors were encountered:
The Predict class does not account for the possibility of different sampling rates between the model and the recording. For example, when obtaining a recording using
get_full_record
, it is resampled fromfrequency
to frequencytrained_freq
. But from the code it follows that these values coincide, that is, no resampling occurs.The text was updated successfully, but these errors were encountered: