3 references to SpStreamWrapper
System.Speech (3)
Internal\SapiInterop\SpAudioStreamWrapper.cs (1)
16
internal SpAudioStreamWrapper(Stream stream, SpeechAudioFormatInfo? audioFormat) :
base
(stream)
Internal\Synthesis\EngineSiteSapi.cs (1)
138
stream = new
SpStreamWrapper
(localStream);
Recognition\RecognizerBase.cs (1)
1536
SpStreamWrapper spStream =
new
(stream);