libretro.drivers.audioΒΆ

Drivers that receive and optionally process audio data emitted by the core.

See also

libretro.api.audio

Defines the C callback signatures and sample types that audio drivers use.

Modules

array

An audio driver that accumulates all received samples in an array.

driver

Interface for audio output.

wave

An audio driver that writes received samples to a WAV file.