Skip to content

GB_start_audio_recording

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

Definition

int GB_start_audio_recording(GB_gameboy_t *gb, const char *path, GB_audio_format_t format);

In apu.h

Description

TBD

Thread Safety

GB_start_audio_recording is thread-safe and can be called from any thread and context.

Clone this wiki locally