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
It seems that samples does not exist as documented in the readme:
// array of numbers
console.log(wav.samples);
instead, it's available under samples_, and the unit tests seem to only test for the samples_ property as well. Is this an oversight? Should samples not be available under samples and not samples_?
The text was updated successfully, but these errors were encountered:
It seems that
samples
does not exist as documented in the readme:instead, it's available under
samples_
, and the unit tests seem to only test for thesamples_
property as well. Is this an oversight? Should samples not be available undersamples
and notsamples_
?The text was updated successfully, but these errors were encountered: