mic-recorder-to-mp3
mic-recorder-to-mp3 copied to clipboard
Microphone Recorder to mp3
Hello! I was checking my bundle size in Nuxt and notice the size of this package> I was wondering if that is possible in some way. __Amazing package, thank you!__
When running min version, Safari throws this error: ``` OverconstrainedError constraint: "" message: "Invalid constraint" name: "OverconstrainedError" ``` Running full version works. Manually minified full version works good as well...
Hello, I already put it in the #21 issues but nobody could give me an answer so I made a new issue. I tried multiple things with mic-recorder lib in...
Update lamejs dependency to avoid getting error "Lame is not defined" on Vite dev server. Create new release and NPM, please 🙏🏼 Thanks
Added new config param: encodeAfterRecord (#13) Updated sample to show this feature too
Hello, I am using this example: https://github.com/closeio/mic-recorder-to-mp3#how-to-use and converted it to functional component. I have got the below error after stop action. ``` TypeError: Cannot read property 'finish' of undefined...
When I try to record then: **``` (node:3280) UnhandledPromiseRejectionWarning: ReferenceError: window is not defined at MicRecorder.start (C:\Users\io\Documents\progetti\recc\node_modules\mic-recorder-to-mp3\dist\index.js:15915:26) ```**
Hello, nice work! 👍 **_[Deprecation] The ScriptProcessorNode is deprecated. Use AudioWorkletNode instead. (https://bit.ly/audio-worklet)_** This message appears on Chrome dev console. Should I be worried? Thanks!