AXSetVoiceCurrentAddr

C Specification

#include <revolution.h>

void AXSetVoiceCurrentAddr(AXVPB *pvpb, u32 address);

Arguments

pvpb Pointer to the specified voice.
address New current address.

Return Values

None.

Description

AXSetVoiceCurrentAddr() sets a new current address for the specified voice. This function also asserts the appropriate synchronization flags in axvpb.sync.
Note: Interpretation of the address will depend on the format of the sample being played by the voice (e.g. ADPCM sample are referenced by nibble addresses).

See Also

axvpb.pb.addr
AXSetVoiceAddr
AXSetVoiceEndAddr

Revision History

03/01/2006 Initial version.