pub type retro_audio_sample_t = Option<unsafe extern "C" fn(left: i16, right: i16)>;
Expand description

Renders a single audio frame. Should only be used if implementation generates a single sample at a time. Format is signed 16-bit native endian.