Stop Recording
stopRecording()
Stops the current recording and returns the audio data.
const audioBlob = await browserAI.stopRecording();
Returns
Promise<Blob>
The returned Blob contains the recorded audio data that can be used for transcription or other audio processing.
Last updated on