#include <revolution/ax.h> void AXSetVoiceLpf(AXVPB *pvpb, AXPBLPF *lpf);
| pvpb | Pointer to the specified voice. |
|---|---|
| lpf | Pointer to user-initialized AXPBLPF structure. |
None.
The AXSetVoiceLpf function initializes the low-pass filter parameters for a specified voice. Once a voice is running, use the AXSetVoiceLpfCoefs() function to modify the filter's coefficients. This function also asserts the synchronization flag corresponding to axvpb.sync.
axvpb.pb.lpf, AXSetVoiceLpfCoefs, AXGetLpfCoefs
2006/03/01 Initial version.
CONFIDENTIAL