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