MediaStreamRecorder icon indicating copy to clipboard operation
MediaStreamRecorder copied to clipboard

How to save to mp3 format

Open sampathkumar7 opened this issue 7 years ago • 2 comments

I want to save to mp3 format how can i use this plugin to do.

sampathkumar7 avatar Aug 16 '17 11:08 sampathkumar7

I tried to use recorder.js file which has feature to convert file to mp3 but thats is too slow, it takes 5-6 minutes to convert 1 min of wav file to mp3.

amitpatil321 avatar Feb 13 '18 16:02 amitpatil321

I found another library:

 A WebAssembly compiled LAME mp3 compiler:

Demo: https://kagami.github.io/vmsg/

Explained here: https://hackernoon.com/creating-webassembly-powered-library-for-modern-web-846da334f8fc

SuperPat45 avatar Jul 29 '20 13:07 SuperPat45