AXFXChorusInitDpl2

Syntax

#include <revolution.h>
#include <revolution/axfx.h>

BOOL AXFXChorusInitDpl2 (AXFX_CHORUS_DPL2 *chorus);

Arguments

chorus Pointer to the AXFX_CHORUS_DPL2 structure whose parameters have been configured.

Return Values

TRUE if successful, FALSE if a parameter is out of bounds or if memory allocation fails.

Description

The AXFXChorusInitDpl2 function initializes the Dolby Pro Logic II (DPL2) version of Chorus (= AXFX_CHORUS_DPL2) based on user parameters in the AXFX_CHORUS_DPL2 structure. This function also allocates and initializes the memory used by the delay line and similar processing steps. The user must configure the AXFX_CHORUS_DPL2 structure's user parameters prior to calling this function.

See Also

AXFX_CHORUS_DPL2

Revision History

2007/08/09 Initial version.


CONFIDENTIAL