Skip to content

Commit

Permalink
fix: reduce sfx buffer to decrease lag caused by e7c214e
Browse files Browse the repository at this point in the history
  • Loading branch information
connorjclark committed Apr 3, 2024
1 parent a3cf09d commit 8038715
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion third_party/allegro_legacy/src/a5/a5_sound.c
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
#include "allegro/platform/ainta5.h"
#include "allegro/platform/ala5.h"

#define _A5_SOUND_BUFFERS 8
#define _A5_SOUND_BUFFERS 3
#define _A5_SOUND_BUFFER_SIZE 1024
#ifdef __EMSCRIPTEN__
#define _A5_SOUND_FREQUENCY 22050
Expand Down

0 comments on commit 8038715

Please sign in to comment.