#define AX_PB_SRCSEL_POLYPHASE 0x0000 // N64 type polyphase filter (4-tap) #define AX_PB_SRCSEL_LINEAR 0x0001 // Linear interpolator #define AX_PB_SRCSEL_NONE 0x0002 // No SRC (1:1) u16 srcSelect;
The srcSelect function specifies which SRC (Sample Rate Converter) to use for the given voice:
AX_PB_SRCSEL_POLYPHASEaxvpb.pb.coefSelect parameter. It is very similar to the SRC commonly used in N64 applications.
AX_PB_SRCSEL_LINEARPOLYPHASE, but the load on the DSP is lighter so you can use more voices. If there is no problem with sound quality when you listen to the actual audio, then we recommend you use LINEAR.
AX_PB_SRCSEL_NONE
axvpb.sync
axvpb.pb.coefSelect
AXSetVoiceSrcType
2009/06/19 Revised the description for LINEAR.
2006/03/01 Initial version.
CONFIDENTIAL