[][src]Function thorium::game_get_sound_samples

#[no_mangle]
pub extern "C" fn game_get_sound_samples(
    memory: &mut GameMemory,
    samples_per_second: i32,
    buf: &mut [StereoI16]
)

A shim to the real sound output, so that the ABI is correct based on link mode.