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