1 write to s_uLawCompTableCached
System.Speech (1)
Internal\Synthesis\AudioFormatConverter.cs (1)
143s_uLawCompTableCached ??= CalcLinear2ULawTable();
1 reference to s_uLawCompTableCached
System.Speech (1)
Internal\Synthesis\AudioFormatConverter.cs (1)
150newData[i] = s_uLawCompTableCached[(ushort)data[i] >> 2];