3 GB_sample_t
Lior Halphon edited this page 2024-12-01 01:09:32 +02:00

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