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