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);
301
pdWindow = Blackman(
_iFilterLen
, true);
303
pdCoeffs = new float[
_iFilterLen
];
381
for (j = 0; j <
_iFilterLen
/ _iUpFactor; j++)