[][src]Type Definition thorium::interchange::GameGetSoundSamplesFn

type GameGetSoundSamplesFn = extern "C" fn(_: &mut GameMemory, _: i32, _: &mut [StereoI16]);

Fills the sound buffer based on the prepared sound.

This must be very quick, less than 1ms.