#include <revolution.h>
#include <revolution/axart.h>
typedef struct
{
AXART_ART art;
u32 initLPF;
// runtime user parameters
u32 frequency;
u32 update;
} AXART_LPF;
| art | AXART articulator descriptor maintained by AXART. Do not write to this parameter. |
|---|---|
| initLPF | Structure member flag that indicates the low pass filter was initialized. Do not write to this parameter. |
| frequency | Indexed roll-off frequency (from 0 = 16000Hz to 32 = 80Hz). The indexed values are defined in the axart.h header file. |
| update | Must be set to TRUE for updated indexed roll-off frequency values to take effect. |
AXART_LPF is a data structure used to describe a low pass filter sound articulator. This articulator sets the low pass filter roll-off frequency for an AXART_SOUND. Prior to calling the AXARTAddArticulator function, the user application must call the AXARTInitArtLpf function for the AXART_LPF.
AXARTInitArtLpf, AXARTAddArticulator, AXART_ART, AXART_SOUND
2006/03/01 Initial version.
CONFIDENTIAL