axvpb.pb.dpop

Syntax

typedef struct _AXPBDPOP
{

    s16     aL;
    s16     aAuxAL;
    s16     aAuxBL;
    s16     aAuxCL;
    
    s16     aR;
    s16     aAuxAR;
    s16     aAuxBR;
    s16     aAuxCR;
    
    s16     aS;
    s16     aAuxAS;
    s16     aAuxBS;
    s16     aAuxCS;

} AXPBDPOP;

Description

The dpop values are used for eliminating "pop" artifacts when a voice is forcibly re-acquired. The DSP stores the final sample values for each voice after every frame of processing. The values are then accumulated for all dropped voices, added to the next frame of audio, and ramped down on a per-sample basis to provide a gentle "roll off."

This variable is initialized and maintained by AX. Do not modify this value.

See Also

AXSetVoiceDpop

Revision History

2006/03/01 Initial version.


CONFIDENTIAL