1 write to _iFilterLen
System.Speech (1)
Internal\Synthesis\PcmConverter.cs (1)
276_iFilterLen = 2 * _iFilterHalf + 1;
4 references to _iFilterLen
System.Speech (4)
Internal\Synthesis\PcmConverter.cs (4)
280_iBuffLen = (int)(_iFilterLen / (float)_iUpFactor); 301pdWindow = Blackman(_iFilterLen, true); 303pdCoeffs = new float[_iFilterLen]; 381for (j = 0; j < _iFilterLen / _iUpFactor; j++)