1 write to _doConversion
System.Speech (1)
Internal\Synthesis\AudioFileOut.cs (1)
70_doConversion = _pcmConverter.PrepareConverter(ref _wfxIn, ref _wfxOut);
1 reference to _doConversion
System.Speech (1)
Internal\Synthesis\AudioFileOut.cs (1)
120byte[] abOut = _doConversion ? _pcmConverter.ConvertSamples(buffer) : buffer;