jiwenjiang/react-audio-analyser

Need blob during audio recording

Closed this issue · 2 comments

Is there any way to get the blob of audio data being recorded?

I will do it in the next version.

@aryraj There is no direct way to get the blob in the recording, so I added a time slice, you can choose the right time interval to get the latest audio blob. (v0.2.5)