Contents

Downsampler

A temporal transformer that down samples the input stream.

Declaration

struct Downsampler<Input> where Input : Sendable

Topics

Creating a transformer

Getting the sample factor

Performing the transformation

See Also

Time-based components