#include <revolution/ax.h> void AXSetVoiceSrc(AXVPB *pvpb, AXPBSRC *src);
| pvpb | Pointer to the specified voice. |
|---|---|
| src | Pointer to user-initialized AXPBSRC structure. |
None.
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.
axvpb.pb.src, AXSetVoiceSrcRatio
2006/03/01 Initial version.
CONFIDENTIAL