DSP Master VCL
|
Send data to audio card for playback.
TSignalOut = class(TAudioSignal);
Use TSignalOut for playback of audio data. There are two ways to provide an audio stream to the component. One is via the Pull method, which is called each time a new buffer is required once the processing has started.
The Pull method is called only, if AutoPull property is True. The other method uses the OnBufferFill event. In both cases the audio data must be placed in the TSignal object connected to the Input property.
Copyright (c) 1999-2025 by Dew Research. All rights reserved.
|
What do you think about this topic? Send feedback!
|