The demo can't run on Firefox 48
Opened this issue · 4 comments
minhnvc commented
Can you check. The demo and dist can't run on Firefox 48.
fkjaekel commented
On I Firefox 53 I get the following error:
TypeError: wav is undefined[Learn More] microm.js:380:1
onBlobReady https://zzarcon.github.io/microm/dist/microm.js:380:1
bound onBlobReady self-hosted:956:17
prativm commented
code is working fine in google chrome, but On Firefox latest versions,
getting these errors:
- RangeError: attempting to construct out-of-bounds TypedArray on ArrayBuffer
- TypeError: wav is undefined
lcrausaz commented
I have the same problem with microm.js
The follow code generate the error:
key: 'onBlobReady',
value: function onBlobReady(converter) {
var blobResult = this.result;
var samples = new Int16Array(blobResult);
It's working with Chrome, Edge.
Can anyone provide me a solution how to make it work under FireFox?
kingwill101 commented
Did you find a solution to this ?