elsmr / mp3-mediarecorder

šŸŽ™MediaRecorder ponyfill that records audio as mp3

Home Page:https://mp3-mediarecorder.elsmr.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Would it be possible when pausing to get a sample of the recorded audio?

cjambrosi opened this issue Ā· comments

I need to get a sample of the audio recorded when click on the pause option. And click on the resume option, concatenate the new audio with the old, and so on (like Whatsapp Web).
Can you help me with an example or a guide on how to implement this?

I'm also making an audio recorder using the MediaRecorder API, but i'm not having success with the functionality I described above and converting audio to MP3.