Skip to content

Commit

Permalink
rattlegram: make web performance better
Browse files Browse the repository at this point in the history
  • Loading branch information
bastibl committed Mar 19, 2024
1 parent 4a1372f commit f38f9b6
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/rattlegram/assets/setup-decoder.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ async function getWebAudioMediaStream() {

try {
const result = await window.navigator.mediaDevices.getUserMedia({
audio: true,
audio: { echoCancellation: false, noiseSuppression: false },
video: false,
});

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ async function getWebAudioMediaStream() {

try {
const result = await window.navigator.mediaDevices.getUserMedia({
audio: true,
audio: { echoCancellation: false, noiseSuppression: false },
video: false,
});

Expand Down
Binary file modified examples/rattlegram/worklet/wasm-decoder_bg.wasm
Binary file not shown.

0 comments on commit f38f9b6

Please sign in to comment.