ALCInit_G169

Initializes ALC state structure.

Syntax

IppStatus ippsALCInit_G169_16s(IppsALCState_G169_16s* pALCMem);

Parameters

pALCMem

Pointer to the ALC state structure.

Description

The function ippsALCInit_G169s is declared in the ippsc.h file. The function initializes the ALC state structure pALCMem in the buffer of size returned by the function ippsALCGetStateSize_G169. The speech clipping and target levels are set to default values: 0 dBm0 - clipping level, -26.1 dBm0 - target level, and 11.6 dB - maximum gain level. These values can be changed by using the functions ippsALCSetLevel_G169 and ippsALCSetGain_G169 respectively.

Return Values

ippStsNoErr

Indicates no error.

ippStsNullPtrErr

Indicates an error when the pALCMem pointer is NULL.

Submit feedback on this help topic

Copyright © 2000 - 2011, Intel Corporation. All rights reserved.