AddTapi.NET Developer's Manual
AudioInputBufferSize Property
NamespacesTraysoft.AddTapiTapiLineAudioInputBufferSize
Gets or sets the size of the audio input buffer, in milliseconds.
Declaration Syntax
C#Visual BasicVisual C++
public int AudioInputBufferSize { get; set; }
Public Property AudioInputBufferSize As Integer
public:
property int AudioInputBufferSize {
	int get ();
	void set (int value);
}
Remarks
This property specifies the size of audio buffer used to record wave files on the line. You can adjust audio buffer size if you get "choppy" sound recordings. Default size of the audio input buffer is 100 milliseconds. Valid range is 50 - 2000. In addition to setting AudioInputBufferSize property, you might need to adjust audio buffer size in the device driver of the telephony hardware to get the best input quality.

Assembly: Traysoft.AddTapi (Module: Traysoft.AddTapi)