mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2026-02-15 14:01:38 +00:00
Improved recorded data streaming
This commit is contained in:
parent
ed97c3016a
commit
3d3cce3cba
@ -95,7 +95,7 @@ window.audioRecorder = {
|
|||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
mediaRecorder.start();
|
mediaRecorder.start(3000); // read the recorded data in 3-second chunks
|
||||||
return actualRecordingMimeType;
|
return actualRecordingMimeType;
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user