Skip to content

Commit

Permalink
Bug Fix: Crash after hitting again
Browse files Browse the repository at this point in the history
  • Loading branch information
NatiTsegaye committed Nov 28, 2024
1 parent 2a632b3 commit 86b314e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions dist/main.js

Large diffs are not rendered by default.

4 changes: 3 additions & 1 deletion src/peer-connection/speaker.js
Original file line number Diff line number Diff line change
Expand Up @@ -698,7 +698,9 @@ class Speaker extends AudioPeer {
params.IDsToSaveInSoundProfileLibrary,
params.restartButton,
params.reminder,
params.calibrateSoundLimit
params.calibrateSoundLimit,
params.calibrateSoundBurstNormalizeBy1000HzGainBool,
params.calibrateSoundBurstScalarDB
);
this.#removeUIElems();
resolve(result);
Expand Down

0 comments on commit 86b314e

Please sign in to comment.