You are here: Symbol Reference > AsioAudioSignal Namespace > Classes > TSignalAsio Class > public > TSignalAsio.GetBufferSize Method
DSP Master VCL
ContentsIndex
PreviousUpNext
TSignalAsio.GetBufferSize Method

Returns the size of the buffer allocated per channel in number of samples.

Pascal
function GetBufferSize: integer;

It takes in to account the value of the "DesiredLatencyFromDriver" property. Note: buffer size returned depends upon the value of the SamplingFrequency. Buffer size is calcuated also just before playback/recording starts. The value returned is the same as the values of InputBuffers[0].Length and OutputBuffers[0].Length, which are set before the recording/playback starts and after the call of the Start method.

Copyright (c) 1999-2024 by Dew Research. All rights reserved.
What do you think about this topic? Send feedback!