DSP Master VCL
|
To ensure skip free recording an playback, audio buffers must have some minimum size.
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!
|