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