Merge pull request #215 from TwilitRealm/reverb-wip

Audio FX reverb proof of concept
This commit is contained in:
TakaRikka
2026-04-04 21:38:01 -07:00
committed by GitHub
17 changed files with 723 additions and 37 deletions
+1 -1
View File
@@ -20,6 +20,7 @@ struct UserSettings {
float subMusicVolume;
float soundEffectsVolume;
float fanfareVolume;
bool enableReverb;
} audio;
// Game settings
@@ -83,4 +84,3 @@ TransientSettings& getTransientSettings();
}
#endif // DUSK_CONFIG_H