pub unsafe extern "C" fn CSND_SetAdpcmReload(
channel: u32_,
reload: bool,
)Expand description
Sets a whether channel’s ADPCM data should be reloaded when the second block is played.
§Arguments
channel- Channel to use.reload- Whether to reload ADPCM data.