4 references to ChannelCount
System.Speech (4)
AudioFormat\SpeechAudioFormatInfo.cs (1)
146wfx.nChannels = (short)ChannelCount;
Internal\SapiInterop\SpAudioStreamWrapper.cs (1)
25wfx.nChannels = (short)audioFormat.ChannelCount;
Internal\Synthesis\AudioFileOut.cs (1)
36_wfxOut.nChannels = (short)formatInfo.ChannelCount;
Result\RecognizedAudio.cs (1)
126sm.WriteStream((ushort)_audioFormat.ChannelCount);