Skip to content
Snippets Groups Projects
Verified Commit 863f618c authored by dos's avatar dos
Browse files

media: Increase buffer size to 14336 (28kb / 150ms)

This lets the playback be smooth even with apps with somewhat
heavy think functions or that draw with direct ctx and also
helps a bit when garbage collection kicks in.
parent d2015edc
No related branches found
No related tags found
No related merge requests found
Pipeline #8328 passed
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
#include <stdbool.h> #include <stdbool.h>
#include <stdint.h> #include <stdint.h>
#define AUDIO_BUF_SIZE (8192) #define AUDIO_BUF_SIZE (14336)
typedef struct _st3m_media st3m_media; typedef struct _st3m_media st3m_media;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment