You are here: Symbol Reference > CoreAudioSignal Namespace > Classes > TSignalCoreAudioOut Class > published > TSignalCoreAudioOut.UseMessagesForBuffering Property
DSP Master VCL
ContentsIndex
PreviousUpNext
TSignalCoreAudioOut.UseMessagesForBuffering Property

Set to false when using PullBuffers.

Pascal
property UseMessagesForBuffering: boolean;

When true, the component will call Inputs.Pull, when it needs more data. This is suitable for file based data sources. When false, it is the users responsability to call PullBuffers, to fill extended buffer. This second option is suitable for low latency applications, where the source of the data can be network or some other real-time audio source.

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