From 1c86c55ad901761a3dfa3cf40cf22dc1955b46de Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20Hru=C5=A1ka?= Date: Tue, 27 Oct 2020 00:48:38 +0100 Subject: [PATCH] typo --- src/beep/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/beep/mod.rs b/src/beep/mod.rs index 1ac8750..d48f645 100644 --- a/src/beep/mod.rs +++ b/src/beep/mod.rs @@ -74,7 +74,7 @@ fn run(device: &cpal::Device, config: &cpal::StreamConfig) -> Result<(), anyh HarmonicOscillator::new(0.5, 5.0), ], sr); bas_synth.set_intrinsic_gain(0.5); - bas_synth.set_baance_imm(-0.3); + bas_synth.set_balance_imm(-0.3); let mut orch = Orchestra::new(vec![alt_synth, bas_synth], sr); orch.normalize(true);