3 references to BlockAlign
System.Speech (3)
AudioFormat\SpeechAudioFormatInfo.cs (1)
149
wfx.nBlockAlign = (short)
BlockAlign
;
Internal\SapiInterop\SpAudioStreamWrapper.cs (1)
28
wfx.nBlockAlign = (short)audioFormat.
BlockAlign
;
Result\RecognizedAudio.cs (1)
129
sm.WriteStream((ushort)_audioFormat.
BlockAlign
);