AXSetVoiceSrc

C Specification

#include <revolution.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

AXSetVoiceSrc() initializes the SRC parameters for a specified voice. Once a voice is running, use AXSetVoiceSrcRatio() to modify the voice's pitch. This function also asserts the appropriate synchronization flags in axvpb.sync.

See Also

axvpb.pb.src
AXSetVoiceSrcRatio

Revision History

03/01/2006 Initial version.