1 write to _iInFormatType
System.Speech (1)
Internal\Synthesis\PcmConverter.cs (1)
33_iInFormatType = AudioFormatConverter.TypeOf(inWavFormat);
3 references to _iInFormatType
System.Speech (3)
Internal\Synthesis\PcmConverter.cs (3)
35if (_iInFormatType < 0 || _iOutFormatType < 0) 41if (outWavFormat.nSamplesPerSec == inWavFormat.nSamplesPerSec && _iOutFormatType == _iInFormatType && outWavFormat.nChannels == inWavFormat.nChannels) 77short[] inSamples = AudioFormatConverter.Convert(pvInSamples, _iInFormatType, AudioCodec.PCM16);