Expand description
Audio sample type abstraction.
Host code is generic over f32 (the wire format for CLAP /
VST2 / LV2 / AAX) and f64 (supported by VST3, AU v2, AU v3).
Each format wrapper picks the sample type at load time based
on what the plugin asks for and what the host configured.
Traits§
- Sample
- Audio sample scalar —
f32orf64.