Skip to content

Commit

Permalink
fix: back to 25fps
Browse files Browse the repository at this point in the history
  • Loading branch information
owulveryck committed Nov 13, 2023
1 parent 48ad7a5 commit 46b0795
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/recording.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ async function startRecording() {
const tempCanvas = createTempCanvas(); // Create the temporary canvas

console.log("recording in progress");
let videoStream = tempCanvas.captureStream(5); // 25 fps
let videoStream = tempCanvas.captureStream(25); // 25 fps

if (recordingWithSound) {
// Capture audio stream from the user's microphone
Expand Down

0 comments on commit 46b0795

Please sign in to comment.