Skip to main content

Module bitdepth

Module bitdepth 

Source

Enums§

BitDepthError
Utilities for converting audio sample bit depths without heap allocation.

Functions§

convert_float32_le_to_signed16_le
Converts 32-bit floating point samples (little-endian) to 16-bit signed integers encoded in little-endian byte order.
convert_float32_to_signed24
Converts 32-bit floating point samples to signed 24-bit integers stored in i32.