-
-
Notifications
You must be signed in to change notification settings - Fork 242
GB_sample_t
Lior Halphon edited this page Nov 30, 2024
·
3 revisions
typedef struct
{
int16_t left;
int16_t right;
} GB_sample_t;In apu.h
A struct representing a single stereo sample in signed 16-bit format.