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 ASIO 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.
InputBuffers or OutputBuffers may also have a Count of zero, which means that either recording or playback was set up.
The conversion of data from audio format to double precision and back is performed automatically.
Copyright (c) 1999-2025 by Dew Research. All rights reserved.
|
What do you think about this topic? Send feedback!
|