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
I am trying this demo on Chrome 81.0.4044.113 (MacOS 10.14). It was working, but currently, when I set to mp3 encode and "encondeAfterRecord" property to "false", I get the following message in the console:
WebAudioRecorderMp3.min.js:4 Invalid asm.js: Expected signed, unsigned, double, or float for operator ">".
So, when I stop recording, I can get the blob, but it can't be recognized as a valid mp3 file. If I set "encodeAfterRecord" to true, I can get a valid mp3 file.
Does anybody know how to fix it?
The text was updated successfully, but these errors were encountered:
alissonwerner
changed the title
Not working with "encodeAfterRecord: true"
Not working with "encodeAfterRecord: false"
Apr 21, 2020
Hi,
I am trying this demo on Chrome 81.0.4044.113 (MacOS 10.14). It was working, but currently, when I set to mp3 encode and "encondeAfterRecord" property to "false", I get the following message in the console:
WebAudioRecorderMp3.min.js:4 Invalid asm.js: Expected signed, unsigned, double, or float for operator ">".
So, when I stop recording, I can get the blob, but it can't be recognized as a valid mp3 file. If I set "encodeAfterRecord" to true, I can get a valid mp3 file.
Does anybody know how to fix it?
The text was updated successfully, but these errors were encountered: