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