TSignalRead::PostBufferTime Property

__declspec(property(get = GetPostBufferTime, put = SetPostBufferTime)) double PostBufferTime;

Append zeros to end of file.

Read: double GetPostBufferTime();
Write: void SetPostBufferTime(const double Value);
Remarks:

Set this to greater than zero in seconds, to compensate for FIR filter delays and clicks at the end of the playback.

Declared in Dew::Signal::TSignalRead · Dew.Signal/FileSignal.h · Cross-compiler