| TapiLineAudioOutputBufferSize Property |
Gets or sets the size of the audio output buffer, in milliseconds.
Namespace: Traysoft.AddTapiAssembly: Traysoft.AddTapi (in Traysoft.AddTapi.dll) Version: 6.0.0.1110
Syntaxpublic int AudioOutputBufferSize { get; set; }Public Property AudioOutputBufferSize As Integer
Get
Set
public:
property int AudioOutputBufferSize {
int get ();
void set (int value);
}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