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?