Type Alias culsynth::USampleFxP

source ·
pub type USampleFxP = U4F12;
Expand description

A unsigned data type with the same number of fractional bits as a sample. Usually used for internal processing to steal an extra bit of precision when we know a value cannot be negative.

Aliased Type§

struct USampleFxP { /* private fields */ }