Click or drag to resize
PreferencesEnableAudioBuffering Property
Gets a value indicating whether to enable buffering of audio so that in the case of network interruption the SDK will resend the buffered audio starting from the last RecognitionResult.

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

Property Value

Type: Boolean
Remarks
By default the API buffers audio so it can recover from network interruptions and provide consistent recognition. In cases where it is acceptable to have phrase loss within the recognition, set this property to false for near real-time streaming.
See Also