Click or drag to resize
ConversationCreateAudioStream 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
public virtual Stream CreateAudioStream()

Return Value

Type: Stream
The new audio stream

Implements

IConversationCreateAudioStream
See Also