1 write to _rightMemory
System.Speech (1)
Internal\Synthesis\PcmConverter.cs (1)
283
_rightMemory
= new float[_iBuffLen];
2 references to _rightMemory
System.Speech (2)
Internal\Synthesis\PcmConverter.cs (2)
100
pnBuff = MergeStereo(Resample(_inWavFormat, _outWavFormat, leftChannel, _leftMemory), Resample(_inWavFormat, _outWavFormat, rightChannel,
_rightMemory
));
257
[MemberNotNull(nameof(
_rightMemory
))]