Skip to content

GB_audio_format_t

Lior Halphon edited this page Nov 24, 2024 · 1 revision

Definition

typedef enum {
    GB_AUDIO_FORMAT_RAW,
    GB_AUDIO_FORMAT_AIFF,
    GB_AUDIO_FORMAT_WAV,
} GB_audio_format_t;

In apu.h

Description

TBD

Clone this wiki locally