Skip to content

Commit

Permalink
Set audio block size to 12 to reduce noise
Browse files Browse the repository at this point in the history
  • Loading branch information
fxwiegand committed Feb 20, 2021
1 parent 73c0e57 commit 6706c58
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions reverb/reverb.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ int main(void)

hw.Init();
samplerate = hw.AudioSampleRate();
hw.SetAudioBlockSize(12);

vtime.Init(hw.knob[Terrarium::KNOB_1], 0.6f, 0.999f, Parameter::LOGARITHMIC);
vfreq.Init(hw.knob[Terrarium::KNOB_2], 500.0f, 20000.0f, Parameter::LOGARITHMIC);
Expand Down

0 comments on commit 6706c58

Please sign in to comment.