Optimized: Fixed point calculations

This commit is contained in:
Dejvino
2026-03-01 16:39:29 +01:00
parent bdfd216b4a
commit 6fe8488994
4 changed files with 189 additions and 197 deletions
+1
View File
@@ -51,6 +51,7 @@ void setupAudio() {
globalSynth = new SynthEngine(SAMPLE_RATE);
if (globalSynth) {
globalSynth->loadPreset(2);
globalSynth->setVolume(0.2f);
}
}