5 references to s_piPrimes
System.Speech (5)
Internal\Synthesis\PcmConverter.cs (5)
326
for (i = 0; i <
s_piPrimes
.Length; i++)
328
if ((inHz %
s_piPrimes
[i]) == 0 && (outHz %
s_piPrimes
[i]) == 0)
330
inHz /=
s_piPrimes
[i];
331
outHz /=
s_piPrimes
[i];