master
Ondřej Hruška 3 年前
父節點 5e7af6ef47
當前提交 1c86c55ad9
簽署人: MightyPork
GPG 金鑰 ID: 2C5FD5035250423D
  1. 2
      src/beep/mod.rs

@ -74,7 +74,7 @@ fn run<T>(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);

載入中…
取消
儲存