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_?
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_
?