Initializes ALC state structure.
IppStatus ippsALCInit_G169_16s(IppsALCState_G169_16s* pALCMem);
pALCMem |
Pointer to the ALC state structure. |
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.
ippStsNoErr |
Indicates no error. |
ippStsNullPtrErr |
Indicates an error when the pALCMem pointer is NULL. |
Copyright © 2000 - 2011, Intel Corporation. All rights reserved.