pub type lc3_pcm_format = c_uint;Expand description
PCM Sample Format S16 Signed 16 bits, in 16 bits words (int16_t) S24 Signed 24 bits, using low three bytes of 32 bits words (int32_t). The high byte sign extends (bits 31..24 set to b23). S24_3LE Signed 24 bits packed in 3 bytes little endian FLOAT Floating point 32 bits (float type), in range -1 to 1