pub type RealTimeVec32 = DspVec<Vec<f32>, f32, Real, Time>;
Expand description

A vector with real numbers in time domain.