AXSetVoiceCurrentAddr

Syntax

#include <revolution/ax.h>

void AXSetVoiceCurrentAddr(AXVPB *pvpb, u32 address);

Arguments

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

Return Values

None.

Description

The AXSetVoiceCurrentAddr function sets a new current address for the specified voice. This function also asserts the synchronization flag corresponding to 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

2006/03/01 Initial version.


CONFIDENTIAL