Skip to main content

StereoBlock

Type Alias StereoBlock 

Source
pub type StereoBlock<T, const N: usize> = [[T; N]; 2];
Expand description

Stereo signal block type (left, right)