Skip to content

Commit

Permalink
Fix sound in Firefox
Browse files Browse the repository at this point in the history
  • Loading branch information
tomgidden committed Oct 12, 2024
1 parent 985bc35 commit c64e614
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sound.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ class Sounder {

class NoiseSounder extends Sounder {

constructor(duration = 1, samples = 4000) {
constructor(duration = 1, samples = 8000) {
super();

this.duration = duration;
Expand Down

0 comments on commit c64e614

Please sign in to comment.