RecordRTC is WebRTC JavaScript library for audio/video as well as screen activity recording. It supports Chrome, Firefox, Opera, Android, and Microsoft Edge. Platforms: Linux, Mac and Windows.
Hi, it would be really nice if we could specify audio/raw instead of having a wav container for each event on ondataavailable, now i just slice off the first 44 bytes of the buffer, but it's a really crappy solution, would be really cool if recording raw pcm data was supported out of the box and that we do not need to do such ugly hacks as (https://github.com/muaz-khan/RecordRTC/issues/261)
Hi, it would be really nice if we could specify audio/raw instead of having a wav container for each event on ondataavailable, now i just slice off the first 44 bytes of the buffer, but it's a really crappy solution, would be really cool if recording raw pcm data was supported out of the box and that we do not need to do such ugly hacks as (https://github.com/muaz-khan/RecordRTC/issues/261)