Click or drag to resize
IConversationCreateAudioStream Method
Gets an audio stream with no format specified. This method is used when the format information can be detected within the stream itself.

Namespace: Microsoft.CognitiveServices.SpeechRecognition
Assembly: SpeechClient (in SpeechClient.dll) Version: 0.0.0.0
Syntax
Stream CreateAudioStream()

Return Value

Type: Stream
The new audio stream
See Also