Click or drag to resize
SpeechInputAudio Property
Gets the audio stream.

Namespace:  Microsoft.Bing.Speech
Assembly:  Microsoft.Bing.Speech (in Microsoft.Bing.Speech.dll) Version: 2.0.1.0 (2.0.1)
Syntax
public Stream Audio { get; }

Property Value

Type: Stream
Remarks
This could be any Stream implementation that supports reading. For real-time streaming scenarios, make sure the stream support concurrent read/write.

The API supports the following WAV codecs:

  • PCM single channel.
  • Siren.
  • SirenSR.
See Also