1 write to _iOutFormatType
System.Speech (1)
Internal\Synthesis\PcmConverter.cs (1)
34
_iOutFormatType
= AudioFormatConverter.TypeOf(outWavFormat);
3 references to _iOutFormatType
System.Speech (3)
Internal\Synthesis\PcmConverter.cs (3)
35
if (_iInFormatType < 0 ||
_iOutFormatType
< 0)
41
if (outWavFormat.nSamplesPerSec == inWavFormat.nSamplesPerSec &&
_iOutFormatType
== _iInFormatType && outWavFormat.nChannels == inWavFormat.nChannels)
121
return AudioFormatConverter.Convert(pnBuff, AudioCodec.PCM16,
_iOutFormatType
);