#include <revolution.h>
#include <revolution/sp.h>
void SPPrepareEnd(SPSoundEntry *sound, AXVPB *axvpb);
sound |
pointer to an SPSoundEntry structure |
axvpb |
pointer to the AXVPB structure associated with an allocated AX voice |
None.
This function changes the voice type from looped to no loop. It also changes the end address of the voice from the SE loop end address (sound->loopEndAddr) to the data end address (sound->endAddr).
NB: This function is used when the SE loop end address and data end address are different.
2006/03/01 Initial version.
CONFIDENTIAL