AXSetVoiceRmtIIR

Syntax

#include <revolution/ax.h>

void AXSetVoiceRmtIIR(AXVPB *pvpb, AXPBRMTIIR *iir);

Arguments

pvpb Pointer to the specified voice.
iir Pointer to user-initialized AXPBRMTIIR union.

Return Values

None.

Description

The AXSetVoiceRmtIIR function initializes the parameter (for the specified voice) of the IIR filter for the controller speaker. To change filter coefficients after IIR filters have been enabled, use the AXSetVoiceRmtIIRCoefs function. This function also asserts the synchronization flag corresponding to axvpb.sync.

See Also

axvpb.pb.rmtIIR, AXSetVoiceRmtIIRCoefs

Revision History

2006/11/14 Initial version.


CONFIDENTIAL