closeio / mic-recorder-to-mp3

Microphone Recorder to mp3
MIT License
244 stars 138 forks source link

Fixed errors for stencil #32

Open codepool867 opened 4 years ago

calvinckho commented 3 years ago

I have run into the same LAME not defined error. This PR fixes the error. Thanks @nikolaytoplev.

buzinas commented 3 years ago

This file is generated by our build process. If we merge this, as soon as we build/deploy a new version, this will get erased.

kazzkiq commented 3 years ago

I had to copy this built file and paste it directly into my project in order for it to work.

Not a great solution since I lose all the npm package benefits, but it works until this lib works out how to handle the issue.

ro-mgh commented 2 years ago

Please merge this))

vhd-jake commented 2 years ago

Please fix this issue 😢

vhd-luke commented 2 years ago

Please merge this

aleterlone commented 2 years ago

Please merge this

ianhenrysmith commented 1 year ago

Can confirm that this change did fix my issue (ReferenceError: Lame is not defined when using Vite).

chetan-zdev commented 4 months ago

Can we pls merge this if this fix is working fine

prasoonthakur8 commented 3 months ago

Untill admin approves changes, you can use npm i mic-recorder-to-mp3-fixed

and can be used as: import MicRecorder from 'mic-recorder-to-mp3-fixed';

I have merged the 32 in this package.

Thanks