1 write to s_aLawCompTableCached
System.Speech (1)
Internal\Synthesis\AudioFormatConverter.cs (1)
255
s_aLawCompTableCached
??= CalcLinear2ALawTable();
1 reference to s_aLawCompTableCached
System.Speech (1)
Internal\Synthesis\AudioFormatConverter.cs (1)
262
newData[i] =
s_aLawCompTableCached
[(ushort)data[i] >> 2];