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
Hi, on chrome I got this error message and I dont know how to handle it (I am pretty new to new to Javascript). Maybe someone can help) Is audiodata supported in chrome anyway? It all works well in FF:
Uncaught RangeError: ArrayBufferView size is not a small enough positive integer.
FourierTransformdsp.js:247
FFTdsp.js:354
loadedMetadata
Thx
C
The text was updated successfully, but these errors were encountered:
While other browsers support the loadedmetadata event, their audio elements do not have the mozChannels, mozSampleRate and mozFrameBufferLength, which you're probably passing in undefined to the FFT constructor -- discovered this issue when my feature detection wasn't tight enough and Opera tried to go through my Audio Data API routine ;)
Hi, on chrome I got this error message and I dont know how to handle it (I am pretty new to new to Javascript). Maybe someone can help) Is audiodata supported in chrome anyway? It all works well in FF:
Uncaught RangeError: ArrayBufferView size is not a small enough positive integer.
FourierTransformdsp.js:247
FFTdsp.js:354
loadedMetadata
Thx
C
The text was updated successfully, but these errors were encountered: