Expand description
Audio sample type abstraction.
This module defines the Sample trait, which abstracts over floating-point
types used for audio processing. This allows blocks and graphs to be generic
over sample precision (f32 or f64).
Constants§
- SIMD_
LANES - Number of SIMD lanes used for vectorized operations.
Traits§
- Sample
- A floating-point type suitable for audio sample data.