We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
typedef struct { int16_t left; int16_t right; } GB_sample_t;
In apu.h
apu.h
A struct representing a single stereo sample in signed 16-bit format.