Skip to content

GB_sample_t

Lior Halphon edited this page Nov 30, 2024 · 3 revisions

Definition

typedef struct
{
    int16_t left;
    int16_t right;
} GB_sample_t;

In apu.h

Description

A struct representing a single stereo sample in signed 16-bit format.

See Also

Clone this wiki locally