The example program provided at the preimier support site for NR fails to run when the sampling rate of the file is 48kHz.
It crashes at line 166 of NR.c
ippsDiv_32s_Sfs(pNRState->pNoisePSD+lowBinIdx, pNRState->pNoisySpeechPSD+lowBinIdx, pPostSNRQ15+lowBinIdx,
cBins-lowBinIdx, -Q15_SF);
What is lowBinIdx used for? Is it used for the number of low frequency bin index?
TIA
Noise Reduction example problem
For more complete information about compiler optimizations, see our Optimization Notice.


