HECTOR Module - Delay
Generic delay filter.
Free
HECTOR v0.4
Connections
Name
Type
Data Type
Description
In
Collector
GenericFrame
The input for an incoming data stream.
Out
Generator
GenericFrame
The output for the delayed data stream. Note that this module requires a steady incoming stream of data on the input connectino in order to keep pushing the delayed data out of the output. If data is only sent at irregular intervals, or the data stream stops, the delay may cease to function correctly until further data is received.
Options
Name
Data Type
Description
Delay (ms)
float
The amount of delay in milliseconds.
Description
Delays an incoming data stream by the number of milliseconds specified. The default is 1000ms. This device is capable of accepting any data type - it will cache the data in memory before sending it on. In this way, note that very large delays can use a substantial amount of memory, especially when running uncompressed video through the plugin.
Tags
builtin
audio
video
generic