SAMPLE_HIGH 448 SAMPLE_LOW 432

This commit is contained in:
Sonic Dreamcaster
2024-11-30 15:30:08 -03:00
parent 641ea57db9
commit 0cfb6b3c62
+2 -2
View File
@@ -10,8 +10,8 @@
#include <Fast3D/gfx_pc.h>
#include "libultraship/src/Context.h"
#define SAMPLES_HIGH 454
#define SAMPLES_LOW 438
#define SAMPLES_HIGH 448
#define SAMPLES_LOW 432
#define AUDIO_FRAMES_PER_UPDATE 2
#define NUM_AUDIO_CHANNELS 2
#define SAMPLES_PER_FRAME (SAMPLES_HIGH * NUM_AUDIO_CHANNELS * 2)