Skip to main content

FanOutBufferF32

Type Alias FanOutBufferF32 

Source
pub type FanOutBufferF32<const N: usize, const CONSUMERS: usize> = FanOutBuffer<f32, N, CONSUMERS>;
Expand description

Fan-out buffer with f32 samples

Aliased Typeยง

pub struct FanOutBufferF32<const N: usize, const CONSUMERS: usize> { /* private fields */ }