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 authored and EmilyV99 committed Apr 7, 2024
1 parent 599964a commit ef8ce36
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
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 ef8ce36

Please sign in to comment.