2 references to AudioBitsPerSample
System.Speech (2)
AudioFormat\SpeechAudioFormatInfo.cs (1)
78
public SpeechAudioFormatInfo(int samplesPerSecond,
AudioBitsPerSample
bitsPerSample, AudioChannel channel)
Recognition\RecognizerBase.cs (1)
2598
formatInfo = new SpeechAudioFormatInfo(16000,
AudioBitsPerSample
.Sixteen, AudioChannel.Mono);