Pulse Rifle FX Module Wiki
Aliens Pulse Rifle M41A SFX / Counter Module
Status: Beta
Brought to you by:
majenko
:::C
void queueSingleSample(const short *sample, int length, int delay, int speed)
Queue a sample for playing. If the sample is already queued for playing, or is actively playing, do not queue the sample. This prevents the same sample from being overlaid on itself. Good for speech samples.
queueSingleSample(eat_this, eat_this_len, 0, 0);