zzarcon/microm

The demo can't run on Firefox 48

Opened this issue · 4 comments

Can you check. The demo and dist can't run on Firefox 48.

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

code is working fine in google chrome, but On Firefox latest versions,
getting these errors:

  1. RangeError: attempting to construct out-of-bounds TypedArray on ArrayBuffer
  2. TypeError: wav is undefined

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?

Did you find a solution to this ?