AXSetVoiceSrc

Syntax

#include <revolution/ax.h>

void AXSetVoiceSrc(AXVPB *pvpb, AXPBSRC *src);

Arguments

pvpb Pointer to the specified voice.
src Pointer to user-initialized AXPBSRC structure.

Return Values

None.

Description

The AXSetVoiceSrc function initializes the SRC parameters for a specified voice. Once a voice is running, use the AXSetVoiceSrcRatio function to modify the voice's pitch. This function also asserts the synchronization flag corresponding to axvpb.sync.

See Also

axvpb.pb.src, AXSetVoiceSrcRatio

Revision History

2006/03/01 Initial version.


CONFIDENTIAL