Click or drag to resize
TapiLineAudioOutputBufferSize Property
Gets or sets the size of the audio output buffer, in milliseconds.

Namespace: Traysoft.AddTapi
Assembly: Traysoft.AddTapi (in Traysoft.AddTapi.dll) Version: 6.0.0.1110
Syntax
public int AudioOutputBufferSize { get; set; }

Property Value

Type: Int32
Remarks
This property specifies the size of audio buffer used to play wave files and speak text on the line. You can adjust audio buffer size if you get "choppy" sound. Default size of the audio output buffer is 500 milliseconds. Valid range is 200 - 5000. In addition to setting AudioOutputBufferSize property, you might need to adjust audio buffer size in the device driver of the telephony hardware to get the best output quality.
See Also