Skip to content

Commit

Permalink
click_mute: actually use 20 background loops, not 10..
Browse files Browse the repository at this point in the history
  • Loading branch information
eras committed May 23, 2021
1 parent 0ce3a45 commit 8a789f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/click_mute.rs
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ impl ClickMute {
// Save::new(1, "3.wav"),
// false,
// )),
background_sampler: BackgroundSampler::new(10, 1024),
background_sampler: BackgroundSampler::new(20, 1024),
background_looper: Looper::new(),
}
}
Expand Down

0 comments on commit 8a789f6

Please sign in to comment.