DSP Master VCL
|
Request for new data.
property OnProcessRealTime: TNotifyEvent;
This event is called when a double buffer switch occurs within the drivers thread by the CoreAudio drivers BufferSwitch or BufferSwitchTimeInfo events. The following usage scenarios apply:
The event must finish its processing before the next buffer will be required by the driver. Because the event is triggered within the drivers thread, do not use it to write data to disk or to send the stream over network. If the thread will remain blocked for too long time, the recording or playback will be interupted.
Copyright (c) 1999-2025 by Dew Research. All rights reserved.
|
What do you think about this topic? Send feedback!
|