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
If you look in Gget_desc_onefile.m, checks are now made to make
sure FCalcDescr was happy with its input.
FCalcDescrCheckFields has been altered in the class cSound to make sure the
Signal is longer than the window size. This helps prevent failing when the
soundfiles are too short as the error is caught by Gget_desc_onefile.m.
This script and most likely the Gget_desc_onefile_do_by_chunks.m function will
still fail on small files but the problem lies in the creation of the
cERBRep objects. See Issue #5 at https://github.com/mondaugen/timbretoolbox.
A signal vector of length 480 samples causes ERBSpect to fail when running doc/get_descriptors_global_example.m on a file of length 480 samples.
The text was updated successfully, but these errors were encountered: