Replies: 1 comment
-
https://developer.mozilla.org/en-US/docs/Web/API/MediaRecorder/start start()
start(timeslice) The number of milliseconds to record into each Blob. If this parameter isn't included, the entire media duration is recorded into a single Blob unless the requestData() method is called to obtain the Blob and trigger the creation of a new Blob into which the media continues to be recorded. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Background
As a user, I would like to capture the user's audio every second while they are speaking and convert it to text using an ASR (Automatic Speech Recognition) service. I expect to receive the audio recordings as blobs.
Beta Was this translation helpful? Give feedback.
All reactions