jmg049 / i24

`i24` provides a 24-bit signed integer type for Rust, filling the gap between `i16` and `i32`. This type is particularly useful in audio processing, certain embedded systems, and other scenarios where 24-bit precision is required but 32 bits would be excessive.
18Updated 3 weeks ago

Related projects

Alternatives and complementary repositories for i24