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