Skip to content

Commit

Permalink
too low bps not rec correct
Browse files Browse the repository at this point in the history
  • Loading branch information
xqdoo00o committed Jun 18, 2024
1 parent f4ee030 commit f99c160
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4666,7 +4666,7 @@
constructor() {
this.mimeType = MediaRecorder.isTypeSupported("audio/mp4") ? "audio/mp4" : "audio/webm";
this.suffix = this.mimeType === "audio/mp4" ? ".mp4" : ".webm";
this.bitsPerSecond = 88888;
this.bitsPerSecond = 128000;
this.chunks = [];
}
initRecorder() {
Expand Down

0 comments on commit f99c160

Please sign in to comment.