Optimized: Fixed point calculations
This commit is contained in:
@@ -51,6 +51,7 @@ void setupAudio() {
|
||||
globalSynth = new SynthEngine(SAMPLE_RATE);
|
||||
if (globalSynth) {
|
||||
globalSynth->loadPreset(2);
|
||||
globalSynth->setVolume(0.2f);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user