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)
35if (_iInFormatType < 0 || _iOutFormatType < 0) 41if (outWavFormat.nSamplesPerSec == inWavFormat.nSamplesPerSec && _iOutFormatType == _iInFormatType && outWavFormat.nChannels == inWavFormat.nChannels) 121return AudioFormatConverter.Convert(pnBuff, AudioCodec.PCM16, _iOutFormatType);