AXSetVoiceAdpcm

Syntax

#include <revolution/ax.h>

void AXSetVoiceAdpcm(AXVPB *pvpb, AXPBADPCM *adpcm);

Arguments

pvpb Pointer to the voice being configured.
adpcm Pointer to the AXPBADPCM structure initialized by the application.

Return Values

None.

Description

The AXSetVoiceAdpcm function sets the AXPBADPCM parameters for the specified voice. This function also asserts the synchronization flag corresponding to axvpb.sync.

See Also

axvpb.pb.adpcm
AXSetVoiceAdpcmLoop

Revision History

2009/05/07 Standardized text.
2006/03/01 Initial version.


CONFIDENTIAL