You are here: Symbol Reference > AudioSignal Namespace > Classes > TAudioSignal Class > public > TAudioSignal.RecomendedBufferSize Method
DSP Master VCL
ContentsIndex
PreviousUpNext
TAudioSignal.RecomendedBufferSize Method

To ensure skip free recording an playback, audio buffers must have some minimum size.

Pascal
function RecomendedBufferSize: integer;

The size depends upon sampling frequency, quantization, and number of channels. The function will return buffer size (byte count) being power of two and at least 0.2 second long. This value can be directly assigned to the BufferSize property.

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