streamproc / MediaStreamRecorder

Cross browser audio/video/screen recording. It supports Chrome, Firefox, Opera and Microsoft Edge. It even works on Android browsers. It follows latest MediaRecorder API standards and provides similar APIs.
https://www.webrtc-experiment.com/msr/
MIT License
2.62k stars 563 forks source link

Get audio blob on demand explicitly. #185

Open Awaisn25 opened 7 months ago

Awaisn25 commented 7 months ago

Is there a function similar to recordRTC's recorder.getBlob() function so I can get the recorded audio in a blob?