closeio / mic-recorder-to-mp3

Microphone Recorder to mp3
MIT License
238 stars 130 forks source link

Continously get recording as stream chunks #33

Open FrenchMajesty opened 3 years ago

FrenchMajesty commented 3 years ago

Hello,

This is more of a feature request than a bug.

I believe it would be beneficial to add the ability to continuously receive streams of chunks data as the recording is happening.

My use case: We record what the user says and then transcribe it to text which is shown on the web page. The issue with that is the text will only start appearing on the page when the user is done saying their statement instead of appearing progressively as the user speaks.